| Categories |
CategoriesAnt Build Tools Cassandra Data Databases |
|---|---|
| GroupId | GroupIdcom.newzly |
| ArtifactId | ArtifactIdphantom-cassandra-unit_2.10 |
| Version | Version0.6.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.newzly/phantom-cassandra-unit_2.10/ -->
<dependency>
<groupId>com.newzly</groupId>
<artifactId>phantom-cassandra-unit_2.10</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.newzly/phantom-cassandra-unit_2.10/
implementation 'com.newzly:phantom-cassandra-unit_2.10:0.6.0'
// https://jarcasting.com/artifacts/com.newzly/phantom-cassandra-unit_2.10/
implementation ("com.newzly:phantom-cassandra-unit_2.10:0.6.0")
'com.newzly:phantom-cassandra-unit_2.10:jar:0.6.0'
<dependency org="com.newzly" name="phantom-cassandra-unit_2.10" rev="0.6.0">
<artifact name="phantom-cassandra-unit_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.newzly', module='phantom-cassandra-unit_2.10', version='0.6.0')
)
libraryDependencies += "com.newzly" % "phantom-cassandra-unit_2.10" % "0.6.0"
[com.newzly/phantom-cassandra-unit_2.10 "0.6.0"]