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