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