| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.camunda.template-engines |
| Идентификатор | Идентификаторcamunda-template-engines-parent |
| Версия | Версия1.0.0 |
| Тип | Типpom |
| Описание |
Описаниеcamunda template engines jsr223 - parent
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.
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| camunda-template-engines-parent-1.0.0.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.camunda.template-engines/camunda-template-engines-parent/ -->
<dependency>
<groupId>org.camunda.template-engines</groupId>
<artifactId>camunda-template-engines-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.template-engines/camunda-template-engines-parent/
implementation 'org.camunda.template-engines:camunda-template-engines-parent:1.0.0'
// https://jarcasting.com/artifacts/org.camunda.template-engines/camunda-template-engines-parent/
implementation ("org.camunda.template-engines:camunda-template-engines-parent:1.0.0")
'org.camunda.template-engines:camunda-template-engines-parent:pom:1.0.0'
<dependency org="org.camunda.template-engines" name="camunda-template-engines-parent" rev="1.0.0">
<artifact name="camunda-template-engines-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda.template-engines', module='camunda-template-engines-parent', version='1.0.0')
)
libraryDependencies += "org.camunda.template-engines" % "camunda-template-engines-parent" % "1.0.0"
[org.camunda.template-engines/camunda-template-engines-parent "1.0.0"]