GroupId | GroupIdorg.janusgraph |
---|---|
ArtifactId | ArtifactIdexample-tinkergraph |
Version | Version0.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.janusgraph/example-tinkergraph/ -->
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>example-tinkergraph</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.janusgraph/example-tinkergraph/
implementation 'org.janusgraph:example-tinkergraph:0.2.1'
// https://jarcasting.com/artifacts/org.janusgraph/example-tinkergraph/
implementation ("org.janusgraph:example-tinkergraph:0.2.1")
'org.janusgraph:example-tinkergraph:jar:0.2.1'
<dependency org="org.janusgraph" name="example-tinkergraph" rev="0.2.1">
<artifact name="example-tinkergraph" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.janusgraph', module='example-tinkergraph', version='0.2.1')
)
libraryDependencies += "org.janusgraph" % "example-tinkergraph" % "0.2.1"
[org.janusgraph/example-tinkergraph "0.2.1"]