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