我想将Gelly的文档添加到我的项目中,但它给了我这个错误:
找不到的来源:org.apache.flink:flink-gelly_2.10:1.2-SNAPSHOT
这是在我的pom.xml中
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-gelly_2.10</artifactId>
<version>1.2-SNAPSHOT</version>
</dependency>
Run Code Online (Sandbox Code Playgroud)
我试着找一个不同版本的gelly来解决这个问题,但找不到任何.有没有其他方法来获取文档?