h

hazelcast-all

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