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