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