MVN

de.cronn : camunda-etc-extension-test-spring-boot

Maven & Gradle

Feb 08, 2022
0 stars

camunda-etc-extension-test-spring-boot · Cronn Camunda External Task Handler Extension

<dependency>
    <groupId>de.cronn</groupId>
    <artifactId>camunda-etc-extension-test-spring-boot</artifactId>
    <version>0.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.cronn : camunda-etc-extension-test-spring-boot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.0

All Versions

Choose a version of de.cronn : camunda-etc-extension-test-spring-boot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
camunda-etc-extension-test-spring-boot-0.4.0
0.3.x
camunda-etc-extension-test-spring-boot-0.3.0
0.2.x
camunda-etc-extension-test-spring-boot-0.2.0

How to add a dependency to Maven

Add the following de.cronn : camunda-etc-extension-test-spring-boot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.cronn</groupId>
    <artifactId>camunda-etc-extension-test-spring-boot</artifactId>
    <version>0.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.cronn : camunda-etc-extension-test-spring-boot gradle dependency to your build.gradle file:

implementation 'de.cronn:camunda-etc-extension-test-spring-boot:0.4.0'

Gradle Kotlin DSL: Add the following de.cronn : camunda-etc-extension-test-spring-boot gradle kotlin dependency to your build.gradle.kts file:

implementation("de.cronn:camunda-etc-extension-test-spring-boot:0.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.cronn : camunda-etc-extension-test-spring-boot sbt scala dependency to your build.sbt file:

libraryDependencies += "de.cronn" % "camunda-etc-extension-test-spring-boot" % "0.4.0"

Advertisement