MVN

net.dataforte.cassandra : cassandra-connection-pool

Maven & Gradle

Oct 11, 2011
5 usages
8 stars

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

<dependency>
    <groupId>net.dataforte.cassandra</groupId>
    <artifactId>cassandra-connection-pool</artifactId>
    <version>1.0.0.CR1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.dataforte.cassandra : cassandra-connection-pool to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0.CR1

All Versions

Choose a version of net.dataforte.cassandra : cassandra-connection-pool to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
cassandra-connection-pool-1.0.0.CR1
0.8.x
cassandra-connection-pool-0.8.1
cassandra-connection-pool-0.8.0
0.7.x
cassandra-connection-pool-0.7.1

How to add a dependency to Maven

Add the following net.dataforte.cassandra : cassandra-connection-pool maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.dataforte.cassandra</groupId>
    <artifactId>cassandra-connection-pool</artifactId>
    <version>1.0.0.CR1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.dataforte.cassandra : cassandra-connection-pool gradle dependency to your build.gradle file:

implementation 'net.dataforte.cassandra:cassandra-connection-pool:1.0.0.CR1'

Gradle Kotlin DSL: Add the following net.dataforte.cassandra : cassandra-connection-pool gradle kotlin dependency to your build.gradle.kts file:

implementation("net.dataforte.cassandra:cassandra-connection-pool:1.0.0.CR1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.dataforte.cassandra : cassandra-connection-pool sbt scala dependency to your build.sbt file:

libraryDependencies += "net.dataforte.cassandra" % "cassandra-connection-pool" % "1.0.0.CR1"

Advertisement