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