MVN

de.nierbeck.cassandra : Karaf-Cassandra-Shell

Maven & Gradle

Dec 23, 2015
18 stars

Apache Karaf :: Shell cql/connect Commands · Provides the OSGi cql commands

<dependency>
    <groupId>de.nierbeck.cassandra</groupId>
    <artifactId>Karaf-Cassandra-Shell</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.nierbeck.cassandra : Karaf-Cassandra-Shell to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of de.nierbeck.cassandra : Karaf-Cassandra-Shell to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
Karaf-Cassandra-Shell-1.0.1
Karaf-Cassandra-Shell-1.0.0

How to add a dependency to Maven

Add the following de.nierbeck.cassandra : Karaf-Cassandra-Shell maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.nierbeck.cassandra</groupId>
    <artifactId>Karaf-Cassandra-Shell</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.nierbeck.cassandra : Karaf-Cassandra-Shell gradle dependency to your build.gradle file:

implementation 'de.nierbeck.cassandra:Karaf-Cassandra-Shell:1.0.1'

Gradle Kotlin DSL: Add the following de.nierbeck.cassandra : Karaf-Cassandra-Shell gradle kotlin dependency to your build.gradle.kts file:

implementation("de.nierbeck.cassandra:Karaf-Cassandra-Shell:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.nierbeck.cassandra : Karaf-Cassandra-Shell sbt scala dependency to your build.sbt file:

libraryDependencies += "de.nierbeck.cassandra" % "Karaf-Cassandra-Shell" % "1.0.1"