GroupId | GroupIdcom.thinkaurelius.titan |
---|---|
ArtifactId | ArtifactIdtitan-hadoop-2 |
Version | Version0.5.4 |
Type | Typejar |
Filename | Size |
---|---|
titan-hadoop-2-0.5.4.pom | |
titan-hadoop-2-0.5.4.jar | 14 KB |
titan-hadoop-2-0.5.4-sources.jar | 7 KB |
titan-hadoop-2-0.5.4-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thinkaurelius.titan/titan-hadoop-2/ -->
<dependency>
<groupId>com.thinkaurelius.titan</groupId>
<artifactId>titan-hadoop-2</artifactId>
<version>0.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.thinkaurelius.titan/titan-hadoop-2/
implementation 'com.thinkaurelius.titan:titan-hadoop-2:0.5.4'
// https://jarcasting.com/artifacts/com.thinkaurelius.titan/titan-hadoop-2/
implementation ("com.thinkaurelius.titan:titan-hadoop-2:0.5.4")
'com.thinkaurelius.titan:titan-hadoop-2:jar:0.5.4'
<dependency org="com.thinkaurelius.titan" name="titan-hadoop-2" rev="0.5.4">
<artifact name="titan-hadoop-2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thinkaurelius.titan', module='titan-hadoop-2', version='0.5.4')
)
libraryDependencies += "com.thinkaurelius.titan" % "titan-hadoop-2" % "0.5.4"
[com.thinkaurelius.titan/titan-hadoop-2 "0.5.4"]