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