License |
License |
---|---|
GroupId | GroupIdorg.camunda.connect |
ArtifactId | ArtifactIdcamunda-connect-root |
Last Version | Last Version1.5.4 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncamunda BPM - connect - root
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-connect-root-1.5.4.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.camunda.connect/camunda-connect-root/ -->
<dependency>
<groupId>org.camunda.connect</groupId>
<artifactId>camunda-connect-root</artifactId>
<version>1.5.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.connect/camunda-connect-root/
implementation 'org.camunda.connect:camunda-connect-root:1.5.4'
// https://jarcasting.com/artifacts/org.camunda.connect/camunda-connect-root/
implementation ("org.camunda.connect:camunda-connect-root:1.5.4")
'org.camunda.connect:camunda-connect-root:pom:1.5.4'
<dependency org="org.camunda.connect" name="camunda-connect-root" rev="1.5.4">
<artifact name="camunda-connect-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda.connect', module='camunda-connect-root', version='1.5.4')
)
libraryDependencies += "org.camunda.connect" % "camunda-connect-root" % "1.5.4"
[org.camunda.connect/camunda-connect-root "1.5.4"]