GroupId | GroupIdorg.janusgraph |
---|---|
ArtifactId | ArtifactIdjanusgraph-examples |
Version | Version0.3.3 |
Type | Typepom |
Filename | Size |
---|---|
janusgraph-examples-0.3.3.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.janusgraph/janusgraph-examples/ -->
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-examples</artifactId>
<version>0.3.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.janusgraph/janusgraph-examples/
implementation 'org.janusgraph:janusgraph-examples:0.3.3'
// https://jarcasting.com/artifacts/org.janusgraph/janusgraph-examples/
implementation ("org.janusgraph:janusgraph-examples:0.3.3")
'org.janusgraph:janusgraph-examples:pom:0.3.3'
<dependency org="org.janusgraph" name="janusgraph-examples" rev="0.3.3">
<artifact name="janusgraph-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.janusgraph', module='janusgraph-examples', version='0.3.3')
)
libraryDependencies += "org.janusgraph" % "janusgraph-examples" % "0.3.3"
[org.janusgraph/janusgraph-examples "0.3.3"]