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