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