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