MVN

tv.cntt : xitrum-hazelcast2_2.11

Maven & Gradle

Feb 13, 2017
3 stars

xitrum-hazelcast2 · xitrum-hazelcast2

<dependency>
    <groupId>tv.cntt</groupId>
    <artifactId>xitrum-hazelcast2_2.11</artifactId>
    <version>1.14.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tv.cntt : xitrum-hazelcast2_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.14.0

All Versions

Choose a version of tv.cntt : xitrum-hazelcast2_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.14.x
xitrum-hazelcast2_2.11-1.14.0
1.13
xitrum-hazelcast2_2.11-1.13
1.12
xitrum-hazelcast2_2.11-1.12
1.11
xitrum-hazelcast2_2.11-1.11
1.10
xitrum-hazelcast2_2.11-1.10
1.9
xitrum-hazelcast2_2.11-1.9
1.8
xitrum-hazelcast2_2.11-1.8
1.7
xitrum-hazelcast2_2.11-1.7
1.6
xitrum-hazelcast2_2.11-1.6

How to add a dependency to Maven

Add the following tv.cntt : xitrum-hazelcast2_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tv.cntt</groupId>
    <artifactId>xitrum-hazelcast2_2.11</artifactId>
    <version>1.14.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tv.cntt : xitrum-hazelcast2_2.11 gradle dependency to your build.gradle file:

implementation 'tv.cntt:xitrum-hazelcast2_2.11:1.14.0'

Gradle Kotlin DSL: Add the following tv.cntt : xitrum-hazelcast2_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("tv.cntt:xitrum-hazelcast2_2.11:1.14.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following tv.cntt : xitrum-hazelcast2_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "tv.cntt" % "xitrum-hazelcast2_2.11" % "1.14.0"