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