License |
License |
---|---|
GroupId | GroupIdorg.camunda.connect |
ArtifactId | ArtifactIdcamunda-connect-core |
Last Version | Last Version1.5.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncamunda BPM - connect - core
This pom defines the required plugins and profiles to allow a camunda bpm release build.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.camunda.connect/camunda-connect-core/ -->
<dependency>
<groupId>org.camunda.connect</groupId>
<artifactId>camunda-connect-core</artifactId>
<version>1.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.connect/camunda-connect-core/
implementation 'org.camunda.connect:camunda-connect-core:1.5.4'
// https://jarcasting.com/artifacts/org.camunda.connect/camunda-connect-core/
implementation ("org.camunda.connect:camunda-connect-core:1.5.4")
'org.camunda.connect:camunda-connect-core:jar:1.5.4'
<dependency org="org.camunda.connect" name="camunda-connect-core" rev="1.5.4">
<artifact name="camunda-connect-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.connect', module='camunda-connect-core', version='1.5.4')
)
libraryDependencies += "org.camunda.connect" % "camunda-connect-core" % "1.5.4"
[org.camunda.connect/camunda-connect-core "1.5.4"]
Group / Artifact | Type | Version |
---|---|---|
org.camunda.commons : camunda-commons-logging | jar | |
org.camunda.commons : camunda-commons-utils | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 2.9.1 |
ch.qos.logback : logback-classic | jar | 1.2.11 |