is not current version
Last Version 0.6.2

org.janusgraph:example-common 0.2.2


GroupId

GroupId

org.janusgraph
ArtifactId

ArtifactId

example-common
Version

Version

0.2.2
Type

Type

jar

Download example-common 0.2.2


<!-- https://jarcasting.com/artifacts/org.janusgraph/example-common/ -->
<dependency>
    <groupId>org.janusgraph</groupId>
    <artifactId>example-common</artifactId>
    <version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.janusgraph/example-common/
implementation 'org.janusgraph:example-common:0.2.2'
// https://jarcasting.com/artifacts/org.janusgraph/example-common/
implementation ("org.janusgraph:example-common:0.2.2")
'org.janusgraph:example-common:jar:0.2.2'
<dependency org="org.janusgraph" name="example-common" rev="0.2.2">
  <artifact name="example-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.janusgraph', module='example-common', version='0.2.2')
)
libraryDependencies += "org.janusgraph" % "example-common" % "0.2.2"
[org.janusgraph/example-common "0.2.2"]