h

hazelcast-all

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