License |
License |
---|---|
GroupId | GroupIdorg.camunda.commons |
ArtifactId | ArtifactIdcamunda-commons-root |
Last Version | Last Version1.10.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncamunda Commons - Root Pom
This pom defines the required plugins and profiles to allow a camunda bpm release build.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
camunda-commons-root-1.10.1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.camunda.commons/camunda-commons-root/ -->
<dependency>
<groupId>org.camunda.commons</groupId>
<artifactId>camunda-commons-root</artifactId>
<version>1.10.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.commons/camunda-commons-root/
implementation 'org.camunda.commons:camunda-commons-root:1.10.1'
// https://jarcasting.com/artifacts/org.camunda.commons/camunda-commons-root/
implementation ("org.camunda.commons:camunda-commons-root:1.10.1")
'org.camunda.commons:camunda-commons-root:pom:1.10.1'
<dependency org="org.camunda.commons" name="camunda-commons-root" rev="1.10.1">
<artifact name="camunda-commons-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda.commons', module='camunda-commons-root', version='1.10.1')
)
libraryDependencies += "org.camunda.commons" % "camunda-commons-root" % "1.10.1"
[org.camunda.commons/camunda-commons-root "1.10.1"]