| GroupId | GroupIdcom.thinkaurelius.titan |
|---|---|
| ArtifactId | ArtifactIdtitan-hbase |
| Version | Version0.5.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| titan-hbase-0.5.0.pom | |
| titan-hbase-0.5.0.jar | 2 MB |
| titan-hbase-0.5.0-sources.jar | 18 KB |
| titan-hbase-0.5.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.thinkaurelius.titan/titan-hbase/
implementation 'com.thinkaurelius.titan:titan-hbase:0.5.0'
// https://jarcasting.com/artifacts/com.thinkaurelius.titan/titan-hbase/
implementation ("com.thinkaurelius.titan:titan-hbase:0.5.0")
'com.thinkaurelius.titan:titan-hbase:jar:0.5.0'
<dependency org="com.thinkaurelius.titan" name="titan-hbase" rev="0.5.0">
<artifact name="titan-hbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thinkaurelius.titan', module='titan-hbase', version='0.5.0')
)
libraryDependencies += "com.thinkaurelius.titan" % "titan-hbase" % "0.5.0"
[com.thinkaurelius.titan/titan-hbase "0.5.0"]