Categories |
CategoriesCassandra Data Databases Net |
---|---|
GroupId | GroupIdnet.dataforte.cassandra |
ArtifactId | ArtifactIdcassandra-connection-pool |
Version | Version0.8.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.dataforte.cassandra/cassandra-connection-pool/ -->
<dependency>
<groupId>net.dataforte.cassandra</groupId>
<artifactId>cassandra-connection-pool</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.dataforte.cassandra/cassandra-connection-pool/
implementation 'net.dataforte.cassandra:cassandra-connection-pool:0.8.1'
// https://jarcasting.com/artifacts/net.dataforte.cassandra/cassandra-connection-pool/
implementation ("net.dataforte.cassandra:cassandra-connection-pool:0.8.1")
'net.dataforte.cassandra:cassandra-connection-pool:jar:0.8.1'
<dependency org="net.dataforte.cassandra" name="cassandra-connection-pool" rev="0.8.1">
<artifact name="cassandra-connection-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.dataforte.cassandra', module='cassandra-connection-pool', version='0.8.1')
)
libraryDependencies += "net.dataforte.cassandra" % "cassandra-connection-pool" % "0.8.1"
[net.dataforte.cassandra/cassandra-connection-pool "0.8.1"]