GroupId | GroupIdorg.janusgraph |
---|---|
ArtifactId | ArtifactIdexample-common |
Version | Version0.2.3 |
Type | Typejar |
Filename | Size |
---|---|
example-common-0.2.3.pom | |
example-common-0.2.3.jar | 10 KB |
example-common-0.2.3-sources.jar | 6 KB |
example-common-0.2.3-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.janusgraph/example-common/ -->
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>example-common</artifactId>
<version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.janusgraph/example-common/
implementation 'org.janusgraph:example-common:0.2.3'
// https://jarcasting.com/artifacts/org.janusgraph/example-common/
implementation ("org.janusgraph:example-common:0.2.3")
'org.janusgraph:example-common:jar:0.2.3'
<dependency org="org.janusgraph" name="example-common" rev="0.2.3">
<artifact name="example-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.janusgraph', module='example-common', version='0.2.3')
)
libraryDependencies += "org.janusgraph" % "example-common" % "0.2.3"
[org.janusgraph/example-common "0.2.3"]