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