h

hazelcast-all

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