Categories |
CategoriesHazelcast Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdcom.hazelcast |
ArtifactId | ArtifactIdhazelcast-monitor |
Version | Version1.9.2 |
Type | Typewar |
Filename | Size |
---|---|
hazelcast-monitor-1.9.2.pom | |
hazelcast-monitor-1.9.2.war | 4 MB |
hazelcast-monitor-1.9.2-tests.jar | 10 KB |
hazelcast-monitor-1.9.2-sources.jar | 78 KB |
hazelcast-monitor-1.9.2-javadoc.jar | 396 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hazelcast/hazelcast-monitor/ -->
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-monitor</artifactId>
<version>1.9.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.hazelcast/hazelcast-monitor/
implementation 'com.hazelcast:hazelcast-monitor:1.9.2'
// https://jarcasting.com/artifacts/com.hazelcast/hazelcast-monitor/
implementation ("com.hazelcast:hazelcast-monitor:1.9.2")
'com.hazelcast:hazelcast-monitor:war:1.9.2'
<dependency org="com.hazelcast" name="hazelcast-monitor" rev="1.9.2">
<artifact name="hazelcast-monitor" type="war" />
</dependency>
@Grapes(
@Grab(group='com.hazelcast', module='hazelcast-monitor', version='1.9.2')
)
libraryDependencies += "com.hazelcast" % "hazelcast-monitor" % "1.9.2"
[com.hazelcast/hazelcast-monitor "1.9.2"]