t

tugraph-db-ogm-api

TuGraph-DB-OGM's internal Api for connecting different transports.
Apache 2.0
Files download
File Operation
tugraph-db-ogm-api-1.4.1.jar download
tugraph-db-ogm-api-1.4.1.pom download
tugraph-db-ogm-api-1.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.antgroup.tugraph</groupId>
  <artifactId>tugraph-db-ogm-api</artifactId>
  <version>1.4.1</version>
</dependency>
Gradle Groovy
implementation 'com.antgroup.tugraph:tugraph-db-ogm-api:1.4.1'
Gradle Kotlin
implementation("com.antgroup.tugraph:tugraph-db-ogm-api:1.4.1")
Scala SBT
libraryDependencies += "com.antgroup.tugraph" % "tugraph-db-ogm-api" % "1.4.1"
Groovy Grape
@Grapes(
  @Grab(group='com.antgroup.tugraph', module='tugraph-db-ogm-api', version='1.4.1')
)
Apache Ivy
<dependency org="com.antgroup.tugraph" name="tugraph-db-ogm-api" rev="1.4.1" />
Leiningen
[com.antgroup.tugraph/tugraph-db-ogm-api "1.4.1"]
Apache Buildr
'com.antgroup.tugraph:tugraph-db-ogm-api:jar:1.4.1'