h

hazelcast-all

Files download
File Operation
hazelcast-all-4.1.8.jar download
hazelcast-all-4.1.8.pom download
hazelcast-all-4.1.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.hazelcast</groupId>
  <artifactId>hazelcast-all</artifactId>
  <version>4.1.8</version>
</dependency>
Gradle Groovy
implementation 'com.hazelcast:hazelcast-all:4.1.8'
Gradle Kotlin
implementation("com.hazelcast:hazelcast-all:4.1.8")
Scala SBT
libraryDependencies += "com.hazelcast" % "hazelcast-all" % "4.1.8"
Groovy Grape
@Grapes(
  @Grab(group='com.hazelcast', module='hazelcast-all', version='4.1.8')
)
Apache Ivy
<dependency org="com.hazelcast" name="hazelcast-all" rev="4.1.8" />
Leiningen
[com.hazelcast/hazelcast-all "4.1.8"]
Apache Buildr
'com.hazelcast:hazelcast-all:jar:4.1.8'