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