| Категории |
КатегорииHazelcast Библиотеки уровня приложения Distributed Applications |
|---|---|
| Группа | Группаcom.hazelcast |
| Идентификатор | Идентификаторhazelcast-monitor |
| Версия | Версия1.9.3.2 |
| Тип | Типwar |
| Имя Файла | Размер |
|---|---|
| hazelcast-monitor-1.9.3.2.pom | |
| hazelcast-monitor-1.9.3.2.war | 4 MB |
| hazelcast-monitor-1.9.3.2-tests.jar | 11 KB |
| hazelcast-monitor-1.9.3.2-sources.jar | 78 KB |
| hazelcast-monitor-1.9.3.2-javadoc.jar | 411 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.hazelcast/hazelcast-monitor/ -->
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-monitor</artifactId>
<version>1.9.3.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.hazelcast/hazelcast-monitor/
implementation 'com.hazelcast:hazelcast-monitor:1.9.3.2'
// https://jarcasting.com/artifacts/com.hazelcast/hazelcast-monitor/
implementation ("com.hazelcast:hazelcast-monitor:1.9.3.2")
'com.hazelcast:hazelcast-monitor:war:1.9.3.2'
<dependency org="com.hazelcast" name="hazelcast-monitor" rev="1.9.3.2">
<artifact name="hazelcast-monitor" type="war" />
</dependency>
@Grapes(
@Grab(group='com.hazelcast', module='hazelcast-monitor', version='1.9.3.2')
)
libraryDependencies += "com.hazelcast" % "hazelcast-monitor" % "1.9.3.2"
[com.hazelcast/hazelcast-monitor "1.9.3.2"]