| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииHazelcast Библиотеки уровня приложения Distributed Applications |
| Группа | Группаio.zeebe.hazelcast |
| Идентификатор | Идентификаторroot |
| Версия | Версия1.1.0 |
| Тип | Типpom |
| Описание |
ОписаниеZeebe Hazelcast Root
This pom defines the required plugins and profiles to allow a camunda release build.
Inherit this pom when you want to release your project into the camunda nexus and/or maven central.
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| root-1.1.0.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.zeebe.hazelcast/root/ -->
<dependency>
<groupId>io.zeebe.hazelcast</groupId>
<artifactId>root</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.zeebe.hazelcast/root/
implementation 'io.zeebe.hazelcast:root:1.1.0'
// https://jarcasting.com/artifacts/io.zeebe.hazelcast/root/
implementation ("io.zeebe.hazelcast:root:1.1.0")
'io.zeebe.hazelcast:root:pom:1.1.0'
<dependency org="io.zeebe.hazelcast" name="root" rev="1.1.0">
<artifact name="root" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.zeebe.hazelcast', module='root', version='1.1.0')
)
libraryDependencies += "io.zeebe.hazelcast" % "root" % "1.1.0"
[io.zeebe.hazelcast/root "1.1.0"]