Categories |
CategoriesCassandra Data Databases |
---|---|
GroupId | GroupIdcom.tmobile.opensource.casquatch |
ArtifactId | ArtifactIdCassandraDriver |
Version | Version1.3-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.tmobile.opensource.casquatch/CassandraDriver/ -->
<dependency>
<groupId>com.tmobile.opensource.casquatch</groupId>
<artifactId>CassandraDriver</artifactId>
<version>1.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.tmobile.opensource.casquatch/CassandraDriver/
implementation 'com.tmobile.opensource.casquatch:CassandraDriver:1.3-RELEASE'
// https://jarcasting.com/artifacts/com.tmobile.opensource.casquatch/CassandraDriver/
implementation ("com.tmobile.opensource.casquatch:CassandraDriver:1.3-RELEASE")
'com.tmobile.opensource.casquatch:CassandraDriver:jar:1.3-RELEASE'
<dependency org="com.tmobile.opensource.casquatch" name="CassandraDriver" rev="1.3-RELEASE">
<artifact name="CassandraDriver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tmobile.opensource.casquatch', module='CassandraDriver', version='1.3-RELEASE')
)
libraryDependencies += "com.tmobile.opensource.casquatch" % "CassandraDriver" % "1.3-RELEASE"
[com.tmobile.opensource.casquatch/CassandraDriver "1.3-RELEASE"]