文件下载
文件名 操作
example-tinkergraph-1.0.1-20240805-220453.7c28e1a.jar 下载
example-tinkergraph-1.0.1-20240805-220453.7c28e1a.pom 下载
example-tinkergraph-1.0.1-20240805-220453.7c28e1a-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.janusgraph</groupId>
  <artifactId>example-tinkergraph</artifactId>
  <version>1.0.1-20240805-220453.7c28e1a</version>
</dependency>
Gradle Groovy
implementation 'org.janusgraph:example-tinkergraph:1.0.1-20240805-220453.7c28e1a'
Gradle Kotlin
implementation("org.janusgraph:example-tinkergraph:1.0.1-20240805-220453.7c28e1a")
Scala SBT
libraryDependencies += "org.janusgraph" % "example-tinkergraph" % "1.0.1-20240805-220453.7c28e1a"
Groovy Grape
@Grapes(
  @Grab(group='org.janusgraph', module='example-tinkergraph', version='1.0.1-20240805-220453.7c28e1a')
)
Apache Ivy
<dependency org="org.janusgraph" name="example-tinkergraph" rev="1.0.1-20240805-220453.7c28e1a" />
Leiningen
[org.janusgraph/example-tinkergraph "1.0.1-20240805-220453.7c28e1a"]
Apache Buildr
'org.janusgraph:example-tinkergraph:jar:1.0.1-20240805-220453.7c28e1a'