Download cassandra-connection-pool-0.7.1.jar file - Jar c

Jar examples for c:cassandra-connection-pool

Description

Cassandra Connection Pool: a flexible, robust connection pool for Apache Cassandra

You can download jar file cassandra-connection-pool 0.7.1 in this page.

Build File

You can use the following script to add cassandra-connection-pool-0.7.1.jar to your project.

<dependency>
   <groupId>net.dataforte.cassandra</groupId>
   <artifactId>cassandra-connection-pool</artifactId>
   <version>0.7.1</version>
</dependency>
compile group: 'net.dataforte.cassandra', name: 'cassandra-connection-pool', version: '0.7.1'
libraryDependencies += "net.dataforte.cassandra" % "cassandra-connection-pool" % "0.7.1"
<dependency org="net.dataforte.cassandra" name="cassandra-connection-pool" rev="0.7.1"/>
@Grapes(@Grab(group='net.dataforte.cassandra', module='cassandra-connection-pool', version='0.7.1'))
'net.dataforte.cassandra:cassandra-connection-pool:jar:0.7.1'

Download

Click the following link to download the jar file.

cassandra-connection-pool-0.7.1-javadoc.jar
cassandra-connection-pool-0.7.1-sources.jar
cassandra-connection-pool-0.7.1.jar
cassandra-connection-pool-0.7.1.pom



Related Tutorials