MVN

org.kevoree.library.java : org.kevoree.library.java.hazelcast

Maven & Gradle

Oct 30, 2014
2 stars

Kevoree :: Library :: Java :: Hazelcast

<dependency>
    <groupId>org.kevoree.library.java</groupId>
    <artifactId>org.kevoree.library.java.hazelcast</artifactId>
    <version>5.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kevoree.library.java : org.kevoree.library.java.hazelcast to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.3

All Versions

Choose a version of org.kevoree.library.java : org.kevoree.library.java.hazelcast to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
org.kevoree.library.java.hazelcast-5.1.3
org.kevoree.library.java.hazelcast-5.1.2
org.kevoree.library.java.hazelcast-5.1.1
org.kevoree.library.java.hazelcast-5.1.0
5.0.x
org.kevoree.library.java.hazelcast-5.0.7
org.kevoree.library.java.hazelcast-5.0.6
org.kevoree.library.java.hazelcast-5.0.5
org.kevoree.library.java.hazelcast-5.0.4
org.kevoree.library.java.hazelcast-5.0.3
org.kevoree.library.java.hazelcast-5.0.2
org.kevoree.library.java.hazelcast-5.0.1
4.0.x
org.kevoree.library.java.hazelcast-4.0.0
3.7.x
org.kevoree.library.java.hazelcast-3.7.3
org.kevoree.library.java.hazelcast-3.7.2
org.kevoree.library.java.hazelcast-3.7.0
3.6.x
org.kevoree.library.java.hazelcast-3.6.7
org.kevoree.library.java.hazelcast-3.6.6
org.kevoree.library.java.hazelcast-3.6.5
org.kevoree.library.java.hazelcast-3.6.4
org.kevoree.library.java.hazelcast-3.6.3
org.kevoree.library.java.hazelcast-3.6.2
org.kevoree.library.java.hazelcast-3.6.1
org.kevoree.library.java.hazelcast-3.6.0
3.5.x
org.kevoree.library.java.hazelcast-3.5.3
org.kevoree.library.java.hazelcast-3.5.2
org.kevoree.library.java.hazelcast-3.5.1
org.kevoree.library.java.hazelcast-3.5.0
3.4.x
org.kevoree.library.java.hazelcast-3.4.1
org.kevoree.library.java.hazelcast-3.4.0
3.1.x
org.kevoree.library.java.hazelcast-3.1.5
org.kevoree.library.java.hazelcast-3.1.4
org.kevoree.library.java.hazelcast-3.1.3
org.kevoree.library.java.hazelcast-3.1.2
org.kevoree.library.java.hazelcast-3.1.1
org.kevoree.library.java.hazelcast-3.1.0
3.0.x
org.kevoree.library.java.hazelcast-3.0.2
org.kevoree.library.java.hazelcast-3.0.1
org.kevoree.library.java.hazelcast-3.0.0

How to add a dependency to Maven

Add the following org.kevoree.library.java : org.kevoree.library.java.hazelcast maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.kevoree.library.java</groupId>
    <artifactId>org.kevoree.library.java.hazelcast</artifactId>
    <version>5.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kevoree.library.java : org.kevoree.library.java.hazelcast gradle dependency to your build.gradle file:

implementation 'org.kevoree.library.java:org.kevoree.library.java.hazelcast:5.1.3'

Gradle Kotlin DSL: Add the following org.kevoree.library.java : org.kevoree.library.java.hazelcast gradle kotlin dependency to your build.gradle.kts file:

implementation("org.kevoree.library.java:org.kevoree.library.java.hazelcast:5.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kevoree.library.java : org.kevoree.library.java.hazelcast sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kevoree.library.java" % "org.kevoree.library.java.hazelcast" % "5.1.3"