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