MVN

com.hazelcast : hazelcast-client-legacy

Maven & Gradle

Apr 04, 2017
5.4k stars

hazelcast-client-legacy

<dependency>
    <groupId>com.hazelcast</groupId>
    <artifactId>hazelcast-client-legacy</artifactId>
    <version>3.6.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.6.8
  • Latest Release Candidate: 3.6-RC1

All Versions

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

Version Vulnerabilities Updated
3.6.x
hazelcast-client-legacy-3.6.8
hazelcast-client-legacy-3.6.7
hazelcast-client-legacy-3.6.6
hazelcast-client-legacy-3.6.5
hazelcast-client-legacy-3.6.4
hazelcast-client-legacy-3.6.3
hazelcast-client-legacy-3.6.2
hazelcast-client-legacy-3.6.1
3.6
hazelcast-client-legacy-3.6
hazelcast-client-legacy-3.6-RC1
hazelcast-client-legacy-3.6-EA3
hazelcast-client-legacy-3.6-EA2
hazelcast-client-legacy-3.6-EA

How to add a dependency to Maven

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

<dependency>
    <groupId>com.hazelcast</groupId>
    <artifactId>hazelcast-client-legacy</artifactId>
    <version>3.6.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.hazelcast:hazelcast-client-legacy:3.6.8'

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

implementation("com.hazelcast:hazelcast-client-legacy:3.6.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.hazelcast" % "hazelcast-client-legacy" % "3.6.8"

Advertisement