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