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