MVN

com.alibaba.graphscope : groot-client

Maven & Gradle

Aug 16, 2023
3.1k stars

com.alibaba.graphscope:groot-client · The Java client of Groot, a persistence storage engine

<dependency>
    <groupId>com.alibaba.graphscope</groupId>
    <artifactId>groot-client</artifactId>
    <version>0.23.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.alibaba.graphscope : groot-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.23.2

All Versions

Choose a version of com.alibaba.graphscope : groot-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.23.x
groot-client-0.23.2
groot-client-0.23.1
groot-client-0.23.0

How to add a dependency to Maven

Add the following com.alibaba.graphscope : groot-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.alibaba.graphscope</groupId>
    <artifactId>groot-client</artifactId>
    <version>0.23.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.alibaba.graphscope : groot-client gradle dependency to your build.gradle file:

implementation 'com.alibaba.graphscope:groot-client:0.23.2'

Gradle Kotlin DSL: Add the following com.alibaba.graphscope : groot-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.alibaba.graphscope:groot-client:0.23.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.alibaba.graphscope : groot-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.alibaba.graphscope" % "groot-client" % "0.23.2"