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