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