MVN

com.wizecommerce : hecuba-client

Maven & Gradle

Jul 16, 2014
7 stars

Hecuba · An abstraction over available Apache Cassandra clients

<dependency>
    <groupId>com.wizecommerce</groupId>
    <artifactId>hecuba-client</artifactId>
    <version>0.0.57</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.wizecommerce : hecuba-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.57

All Versions

Choose a version of com.wizecommerce : hecuba-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
hecuba-client-0.0.57
hecuba-client-0.0.56
hecuba-client-0.0.55
hecuba-client-0.0.54
hecuba-client-0.0.53
hecuba-client-0.0.52
hecuba-client-0.0.51
hecuba-client-0.0.50
hecuba-client-0.0.49
hecuba-client-0.0.48
hecuba-client-0.0.47
hecuba-client-0.0.46
hecuba-client-0.0.44

How to add a dependency to Maven

Add the following com.wizecommerce : hecuba-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.wizecommerce</groupId>
    <artifactId>hecuba-client</artifactId>
    <version>0.0.57</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.wizecommerce : hecuba-client gradle dependency to your build.gradle file:

implementation 'com.wizecommerce:hecuba-client:0.0.57'

Gradle Kotlin DSL: Add the following com.wizecommerce : hecuba-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.wizecommerce:hecuba-client:0.0.57")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.wizecommerce : hecuba-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.wizecommerce" % "hecuba-client" % "0.0.57"