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