MVN

io.camunda : tasklist-importer-common

Maven & Gradle

May 03, 2024
3k stars

Tasklist Importer Common · Tasklist Importer Common

<dependency>
    <groupId>io.camunda</groupId>
    <artifactId>tasklist-importer-common</artifactId>
    <version>8.6.0-alpha1-rc1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.camunda : tasklist-importer-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.6.0-alpha1-rc1
  • Latest Release Candidate: 8.6.0-alpha1-rc1
  • Latest Alpha: 8.6.0-alpha1-rc1

All Versions

Choose a version of io.camunda : tasklist-importer-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.6.x
tasklist-importer-common-8.6.0-alpha1-rc1

How to add a dependency to Maven

Add the following io.camunda : tasklist-importer-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.camunda</groupId>
    <artifactId>tasklist-importer-common</artifactId>
    <version>8.6.0-alpha1-rc1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.camunda : tasklist-importer-common gradle dependency to your build.gradle file:

implementation 'io.camunda:tasklist-importer-common:8.6.0-alpha1-rc1'

Gradle Kotlin DSL: Add the following io.camunda : tasklist-importer-common gradle kotlin dependency to your build.gradle.kts file:

implementation("io.camunda:tasklist-importer-common:8.6.0-alpha1-rc1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.camunda : tasklist-importer-common sbt scala dependency to your build.sbt file:

libraryDependencies += "io.camunda" % "tasklist-importer-common" % "8.6.0-alpha1-rc1"

Advertisement