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