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