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