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