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