t

tugraph-db-ogm

Annotation based Object Graph Mapper for TuGraph Server with Repository and Conversion support
Apache 2.0
Files download
File Operation
tugraph-db-ogm-1.2.2.jar download
tugraph-db-ogm-1.2.2.pom download
Apache Maven
<dependency>
  <groupId>com.antgroup.tugraph</groupId>
  <artifactId>tugraph-db-ogm</artifactId>
  <version>1.2.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.antgroup.tugraph:tugraph-db-ogm:1.2.2'
Gradle Kotlin
implementation("com.antgroup.tugraph:tugraph-db-ogm:1.2.2")
Scala SBT
libraryDependencies += "com.antgroup.tugraph" % "tugraph-db-ogm" % "1.2.2"
Groovy Grape
@Grapes(
  @Grab(group='com.antgroup.tugraph', module='tugraph-db-ogm', version='1.2.2')
)
Apache Ivy
<dependency org="com.antgroup.tugraph" name="tugraph-db-ogm" rev="1.2.2" />
Leiningen
[com.antgroup.tugraph/tugraph-db-ogm "1.2.2"]
Apache Buildr
'com.antgroup.tugraph:tugraph-db-ogm:jar:1.2.2'