Categories |
CategoriesCassandra Data Databases |
---|---|
GroupId | GroupIdcom.thinkaurelius.titan |
ArtifactId | ArtifactIdtitan-cassandra |
Version | Version0.5.0-M1 |
Type | Typejar |
Filename | Size |
---|---|
titan-cassandra-0.5.0-M1.pom | |
titan-cassandra-0.5.0-M1.jar | 110 KB |
titan-cassandra-0.5.0-M1-tests.jar | 47 KB |
titan-cassandra-0.5.0-M1-sources.jar | 46 KB |
titan-cassandra-0.5.0-M1-javadoc.jar | 188 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thinkaurelius.titan/titan-cassandra/ -->
<dependency>
<groupId>com.thinkaurelius.titan</groupId>
<artifactId>titan-cassandra</artifactId>
<version>0.5.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.thinkaurelius.titan/titan-cassandra/
implementation 'com.thinkaurelius.titan:titan-cassandra:0.5.0-M1'
// https://jarcasting.com/artifacts/com.thinkaurelius.titan/titan-cassandra/
implementation ("com.thinkaurelius.titan:titan-cassandra:0.5.0-M1")
'com.thinkaurelius.titan:titan-cassandra:jar:0.5.0-M1'
<dependency org="com.thinkaurelius.titan" name="titan-cassandra" rev="0.5.0-M1">
<artifact name="titan-cassandra" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thinkaurelius.titan', module='titan-cassandra', version='0.5.0-M1')
)
libraryDependencies += "com.thinkaurelius.titan" % "titan-cassandra" % "0.5.0-M1"
[com.thinkaurelius.titan/titan-cassandra "0.5.0-M1"]