| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииDistribution Компиляция и сборка |
| Группа | Группаio.zeebe |
| Идентификатор | Идентификаторzeebe-distribution |
| Версия | Версия1.0.0-alpha7 |
| Тип | Типjar |
| Описание |
ОписаниеZeebe Distribution
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.
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/io.zeebe/zeebe-distribution/ -->
<dependency>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-distribution</artifactId>
<version>1.0.0-alpha7</version>
</dependency>
// https://jarcasting.com/artifacts/io.zeebe/zeebe-distribution/
implementation 'io.zeebe:zeebe-distribution:1.0.0-alpha7'
// https://jarcasting.com/artifacts/io.zeebe/zeebe-distribution/
implementation ("io.zeebe:zeebe-distribution:1.0.0-alpha7")
'io.zeebe:zeebe-distribution:jar:1.0.0-alpha7'
<dependency org="io.zeebe" name="zeebe-distribution" rev="1.0.0-alpha7">
<artifact name="zeebe-distribution" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zeebe', module='zeebe-distribution', version='1.0.0-alpha7')
)
libraryDependencies += "io.zeebe" % "zeebe-distribution" % "1.0.0-alpha7"
[io.zeebe/zeebe-distribution "1.0.0-alpha7"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.mockito : mockito-core | jar | 3.9.0 |
| org.assertj : assertj-core | jar | 3.19.0 |
| io.zeebe : zeebe-build-tools | jar | 1.0.0-alpha7 |