h

hazelcast-cloud

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