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