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