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