is not current version
Last Version 0.6.2

org.janusgraph:example-common 0.3.0


GroupId

GroupId

org.janusgraph
ArtifactId

ArtifactId

example-common
Version

Version

0.3.0
Type

Type

jar

Download example-common 0.3.0


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