GroupId | GroupIdorg.janusgraph |
---|---|
ArtifactId | ArtifactIdjanusgraph-hadoop-parent |
Version | Version0.1.1 |
Type | Typepom |
Filename | Size |
---|---|
janusgraph-hadoop-parent-0.1.1.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.janusgraph/janusgraph-hadoop-parent/ -->
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-hadoop-parent</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.janusgraph/janusgraph-hadoop-parent/
implementation 'org.janusgraph:janusgraph-hadoop-parent:0.1.1'
// https://jarcasting.com/artifacts/org.janusgraph/janusgraph-hadoop-parent/
implementation ("org.janusgraph:janusgraph-hadoop-parent:0.1.1")
'org.janusgraph:janusgraph-hadoop-parent:pom:0.1.1'
<dependency org="org.janusgraph" name="janusgraph-hadoop-parent" rev="0.1.1">
<artifact name="janusgraph-hadoop-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.janusgraph', module='janusgraph-hadoop-parent', version='0.1.1')
)
libraryDependencies += "org.janusgraph" % "janusgraph-hadoop-parent" % "0.1.1"
[org.janusgraph/janusgraph-hadoop-parent "0.1.1"]