MVN

com.hmsonline : hms-cassandra-rest

Maven & Gradle

Jul 07, 2012
1 usages
27 stars

HMS : Cassandra : Rest

<dependency>
    <groupId>com.hmsonline</groupId>
    <artifactId>hms-cassandra-rest</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hmsonline : hms-cassandra-rest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.hmsonline : hms-cassandra-rest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
hms-cassandra-rest-1.0.0
0.15.x
hms-cassandra-rest-0.15.2
hms-cassandra-rest-0.15.1
hms-cassandra-rest-0.15.0

How to add a dependency to Maven

Add the following com.hmsonline : hms-cassandra-rest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hmsonline</groupId>
    <artifactId>hms-cassandra-rest</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hmsonline : hms-cassandra-rest gradle dependency to your build.gradle file:

implementation 'com.hmsonline:hms-cassandra-rest:1.0.0'

Gradle Kotlin DSL: Add the following com.hmsonline : hms-cassandra-rest gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hmsonline:hms-cassandra-rest:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hmsonline : hms-cassandra-rest sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hmsonline" % "hms-cassandra-rest" % "1.0.0"

Advertisement