t

tugraph-db-java-rpc-client

TuGraph-DB Java Client using BRPC
Apache 2.0
Files download
File Operation
tugraph-db-java-rpc-client-1.2.1.jar download
tugraph-db-java-rpc-client-1.2.1.pom download
tugraph-db-java-rpc-client-1.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.antgroup.tugraph</groupId>
  <artifactId>tugraph-db-java-rpc-client</artifactId>
  <version>1.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.antgroup.tugraph:tugraph-db-java-rpc-client:1.2.1'
Gradle Kotlin
implementation("com.antgroup.tugraph:tugraph-db-java-rpc-client:1.2.1")
Scala SBT
libraryDependencies += "com.antgroup.tugraph" % "tugraph-db-java-rpc-client" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.antgroup.tugraph', module='tugraph-db-java-rpc-client', version='1.2.1')
)
Apache Ivy
<dependency org="com.antgroup.tugraph" name="tugraph-db-java-rpc-client" rev="1.2.1" />
Leiningen
[com.antgroup.tugraph/tugraph-db-java-rpc-client "1.2.1"]
Apache Buildr
'com.antgroup.tugraph:tugraph-db-java-rpc-client:jar:1.2.1'