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