I want to add the documents of Gelly to my project, but it gives me this error:
Sources not found for: org.apache.flink:flink-gelly_2.10:1.2-SNAPSHOT
This is in my pom.xml
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-gelly_2.10</artifactId>
<version>1.2-SNAPSHOT</version>
</dependency>
I tried looking for a different version of gelly to solve this issue but couldn't find any. is there any other way to get the documentation?