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