Files download
File Operation
geaflow-runtime-0.3.0.pom download
Apache Maven
<dependency>
  <groupId>com.antgroup.tugraph</groupId>
  <artifactId>geaflow-runtime</artifactId>
  <version>0.3.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.antgroup.tugraph:geaflow-runtime:0.3.0'
Gradle Kotlin
implementation("com.antgroup.tugraph:geaflow-runtime:0.3.0")
Scala SBT
libraryDependencies += "com.antgroup.tugraph" % "geaflow-runtime" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.antgroup.tugraph', module='geaflow-runtime', version='0.3.0')
)
Apache Ivy
<dependency org="com.antgroup.tugraph" name="geaflow-runtime" rev="0.3.0" />
Leiningen
[com.antgroup.tugraph/geaflow-runtime "0.3.0"]
Apache Buildr
'com.antgroup.tugraph:geaflow-runtime:jar:0.3.0'