MVN

io.holunda.taskpool : camunda-bpm-taskpool-view-api

Maven & Gradle

Apr 29, 2021
6 usages
60 stars
<dependency>
    <groupId>io.holunda.taskpool</groupId>
    <artifactId>camunda-bpm-taskpool-view-api</artifactId>
    <version>2.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.holunda.taskpool : camunda-bpm-taskpool-view-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.8

All Versions

Choose a version of io.holunda.taskpool : camunda-bpm-taskpool-view-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
camunda-bpm-taskpool-view-api-2.1.8
camunda-bpm-taskpool-view-api-2.1.6
camunda-bpm-taskpool-view-api-2.1.4
camunda-bpm-taskpool-view-api-2.1.3
camunda-bpm-taskpool-view-api-2.1.2
camunda-bpm-taskpool-view-api-2.1.1
camunda-bpm-taskpool-view-api-2.1.0
2.0.x
camunda-bpm-taskpool-view-api-2.0.11
camunda-bpm-taskpool-view-api-2.0.10
camunda-bpm-taskpool-view-api-2.0.9
camunda-bpm-taskpool-view-api-2.0.8
camunda-bpm-taskpool-view-api-2.0.7
camunda-bpm-taskpool-view-api-2.0.6
camunda-bpm-taskpool-view-api-2.0.5
camunda-bpm-taskpool-view-api-2.0.4
camunda-bpm-taskpool-view-api-2.0.3
camunda-bpm-taskpool-view-api-2.0.2
camunda-bpm-taskpool-view-api-2.0.1
camunda-bpm-taskpool-view-api-2.0.0
1.2.x
camunda-bpm-taskpool-view-api-1.2.21
camunda-bpm-taskpool-view-api-1.2.20
camunda-bpm-taskpool-view-api-1.2.19
camunda-bpm-taskpool-view-api-1.2.16
camunda-bpm-taskpool-view-api-1.2.15
camunda-bpm-taskpool-view-api-1.2.14
camunda-bpm-taskpool-view-api-1.2.13
camunda-bpm-taskpool-view-api-1.2.12
camunda-bpm-taskpool-view-api-1.2.7
camunda-bpm-taskpool-view-api-1.2.6
camunda-bpm-taskpool-view-api-1.2.5
camunda-bpm-taskpool-view-api-1.2.3
camunda-bpm-taskpool-view-api-1.2.1
camunda-bpm-taskpool-view-api-1.2.0
1.1.x
camunda-bpm-taskpool-view-api-1.1.11
camunda-bpm-taskpool-view-api-1.1.1
1.0.x
camunda-bpm-taskpool-view-api-1.0.6

How to add a dependency to Maven

Add the following io.holunda.taskpool : camunda-bpm-taskpool-view-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.holunda.taskpool</groupId>
    <artifactId>camunda-bpm-taskpool-view-api</artifactId>
    <version>2.1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.holunda.taskpool : camunda-bpm-taskpool-view-api gradle dependency to your build.gradle file:

implementation 'io.holunda.taskpool:camunda-bpm-taskpool-view-api:2.1.8'

Gradle Kotlin DSL: Add the following io.holunda.taskpool : camunda-bpm-taskpool-view-api gradle kotlin dependency to your build.gradle.kts file:

implementation("io.holunda.taskpool:camunda-bpm-taskpool-view-api:2.1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.holunda.taskpool : camunda-bpm-taskpool-view-api sbt scala dependency to your build.sbt file:

libraryDependencies += "io.holunda.taskpool" % "camunda-bpm-taskpool-view-api" % "2.1.8"

Advertisement