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