<dependency> <groupId>com.hazelcast</groupId> <artifactId>hazelcast-cloud</artifactId> <version>3.6</version> </dependency>
implementation 'com.hazelcast:hazelcast-cloud:3.6'
implementation("com.hazelcast:hazelcast-cloud:3.6")
libraryDependencies += "com.hazelcast" % "hazelcast-cloud" % "3.6"
@Grapes( @Grab(group='com.hazelcast', module='hazelcast-cloud', version='3.6') )
<dependency org="com.hazelcast" name="hazelcast-cloud" rev="3.6" />
[com.hazelcast/hazelcast-cloud "3.6"]
'com.hazelcast:hazelcast-cloud:jar:3.6'
<parent> <groupId>com.hazelcast</groupId> <artifactId>hazelcast-root</artifactId> <version>3.6</version> </parent>
compile
|-- com.hazelcast:hazelcast
test