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.1.1.jar download
tugraph-db-ogm-1.1.1.pom download
Apache Maven
<dependency>
  <groupId>com.antgroup.tugraph</groupId>
  <artifactId>tugraph-db-ogm</artifactId>
  <version>1.1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.antgroup.tugraph:tugraph-db-ogm:1.1.1'
Gradle Kotlin
implementation("com.antgroup.tugraph:tugraph-db-ogm:1.1.1")
Scala SBT
libraryDependencies += "com.antgroup.tugraph" % "tugraph-db-ogm" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.antgroup.tugraph', module='tugraph-db-ogm', version='1.1.1')
)
Apache Ivy
<dependency org="com.antgroup.tugraph" name="tugraph-db-ogm" rev="1.1.1" />
Leiningen
[com.antgroup.tugraph/tugraph-db-ogm "1.1.1"]
Apache Buildr
'com.antgroup.tugraph:tugraph-db-ogm:jar:1.1.1'