File | Operation |
---|---|
janusgraph-examples-1.0.0-20230104-145008.2a5dc2a.pom | download |
<dependency>
<groupId>org.janusgraph.commit</groupId>
<artifactId>janusgraph-examples</artifactId>
<version>1.0.0-20230104-145008.2a5dc2a</version>
<type>pom</type>
</dependency>
implementation 'org.janusgraph.commit:janusgraph-examples:1.0.0-20230104-145008.2a5dc2a'
implementation("org.janusgraph.commit:janusgraph-examples:1.0.0-20230104-145008.2a5dc2a")
libraryDependencies += "org.janusgraph.commit" % "janusgraph-examples" % "1.0.0-20230104-145008.2a5dc2a"
@Grapes(
@Grab(group='org.janusgraph.commit', module='janusgraph-examples', version='1.0.0-20230104-145008.2a5dc2a')
)
<dependency org="org.janusgraph.commit" name="janusgraph-examples" rev="1.0.0-20230104-145008.2a5dc2a" />