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