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