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