Files download
File Operation
example-tinkergraph-1.0.1-20240822-121134.048f183.jar download
example-tinkergraph-1.0.1-20240822-121134.048f183.pom download
example-tinkergraph-1.0.1-20240822-121134.048f183-sources.jar download
Apache Maven
<dependency>
  <groupId>org.janusgraph</groupId>
  <artifactId>example-tinkergraph</artifactId>
  <version>1.0.1-20240822-121134.048f183</version>
</dependency>
Gradle Groovy
implementation 'org.janusgraph:example-tinkergraph:1.0.1-20240822-121134.048f183'
Gradle Kotlin
implementation("org.janusgraph:example-tinkergraph:1.0.1-20240822-121134.048f183")
Scala SBT
libraryDependencies += "org.janusgraph" % "example-tinkergraph" % "1.0.1-20240822-121134.048f183"
Groovy Grape
@Grapes(
  @Grab(group='org.janusgraph', module='example-tinkergraph', version='1.0.1-20240822-121134.048f183')
)
Apache Ivy
<dependency org="org.janusgraph" name="example-tinkergraph" rev="1.0.1-20240822-121134.048f183" />
Leiningen
[org.janusgraph/example-tinkergraph "1.0.1-20240822-121134.048f183"]
Apache Buildr
'org.janusgraph:example-tinkergraph:jar:1.0.1-20240822-121134.048f183'