Categories |
CategoriesCassandra Data Databases |
---|---|
GroupId | GroupIdorg.trellisldp.ext |
ArtifactId | ArtifactIdtrellis-cassandra |
Version | Version0.9.3 |
Type | Typejar |
Filename | Size |
---|---|
trellis-cassandra-0.9.3.pom | |
trellis-cassandra-0.9.3.jar | 73 KB |
trellis-cassandra-0.9.3-sources.jar | 60 KB |
trellis-cassandra-0.9.3-javadoc.jar | 136 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.trellisldp.ext/trellis-cassandra/ -->
<dependency>
<groupId>org.trellisldp.ext</groupId>
<artifactId>trellis-cassandra</artifactId>
<version>0.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.trellisldp.ext/trellis-cassandra/
implementation 'org.trellisldp.ext:trellis-cassandra:0.9.3'
// https://jarcasting.com/artifacts/org.trellisldp.ext/trellis-cassandra/
implementation ("org.trellisldp.ext:trellis-cassandra:0.9.3")
'org.trellisldp.ext:trellis-cassandra:jar:0.9.3'
<dependency org="org.trellisldp.ext" name="trellis-cassandra" rev="0.9.3">
<artifact name="trellis-cassandra" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.trellisldp.ext', module='trellis-cassandra', version='0.9.3')
)
libraryDependencies += "org.trellisldp.ext" % "trellis-cassandra" % "0.9.3"
[org.trellisldp.ext/trellis-cassandra "0.9.3"]