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