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