GroupId | GroupIdcom.thinkaurelius.titan |
---|---|
ArtifactId | ArtifactIdtitan-hadoop-core |
Version | Version0.5.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.thinkaurelius.titan/titan-hadoop-core/ -->
<dependency>
<groupId>com.thinkaurelius.titan</groupId>
<artifactId>titan-hadoop-core</artifactId>
<version>0.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.thinkaurelius.titan/titan-hadoop-core/
implementation 'com.thinkaurelius.titan:titan-hadoop-core:0.5.2'
// https://jarcasting.com/artifacts/com.thinkaurelius.titan/titan-hadoop-core/
implementation ("com.thinkaurelius.titan:titan-hadoop-core:0.5.2")
'com.thinkaurelius.titan:titan-hadoop-core:jar:0.5.2'
<dependency org="com.thinkaurelius.titan" name="titan-hadoop-core" rev="0.5.2">
<artifact name="titan-hadoop-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thinkaurelius.titan', module='titan-hadoop-core', version='0.5.2')
)
libraryDependencies += "com.thinkaurelius.titan" % "titan-hadoop-core" % "0.5.2"
[com.thinkaurelius.titan/titan-hadoop-core "0.5.2"]