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