MVN

com.github.stephenc.scale7 : scale7-pelops

Maven & Gradle

Jan 11, 2011
1 stars

Pelops - A library for accessing the Cassandra database · A library for accessing the Cassandra database.

<dependency>
    <groupId>com.github.stephenc.scale7</groupId>
    <artifactId>scale7-pelops</artifactId>
    <version>0.913</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.stephenc.scale7 : scale7-pelops to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.913
  • Latest Release Candidate: 0.912-0.7.0-rc4-1

All Versions

Choose a version of com.github.stephenc.scale7 : scale7-pelops to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.913
scale7-pelops-0.913
0.912
scale7-pelops-0.912-0.7.0-rc4-1

How to add a dependency to Maven

Add the following com.github.stephenc.scale7 : scale7-pelops maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.stephenc.scale7</groupId>
    <artifactId>scale7-pelops</artifactId>
    <version>0.913</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.stephenc.scale7 : scale7-pelops gradle dependency to your build.gradle file:

implementation 'com.github.stephenc.scale7:scale7-pelops:0.913'

Gradle Kotlin DSL: Add the following com.github.stephenc.scale7 : scale7-pelops gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.stephenc.scale7:scale7-pelops:0.913")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.stephenc.scale7 : scale7-pelops sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.stephenc.scale7" % "scale7-pelops" % "0.913"

Advertisement