Categories |
CategoriesHazelcast Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdcom.hazelcast |
ArtifactId | ArtifactIdhazelcast-cloud |
Version | Version2.6.10 |
Type | Typejar |
Filename | Size |
---|---|
hazelcast-cloud-2.6.10.pom | |
hazelcast-cloud-2.6.10.jar | 16 KB |
hazelcast-cloud-2.6.10-sources.jar | 10 KB |
hazelcast-cloud-2.6.10-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hazelcast/hazelcast-cloud/ -->
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-cloud</artifactId>
<version>2.6.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.hazelcast/hazelcast-cloud/
implementation 'com.hazelcast:hazelcast-cloud:2.6.10'
// https://jarcasting.com/artifacts/com.hazelcast/hazelcast-cloud/
implementation ("com.hazelcast:hazelcast-cloud:2.6.10")
'com.hazelcast:hazelcast-cloud:jar:2.6.10'
<dependency org="com.hazelcast" name="hazelcast-cloud" rev="2.6.10">
<artifact name="hazelcast-cloud" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hazelcast', module='hazelcast-cloud', version='2.6.10')
)
libraryDependencies += "com.hazelcast" % "hazelcast-cloud" % "2.6.10"
[com.hazelcast/hazelcast-cloud "2.6.10"]