MVN

org.jbpm : jbpm-workitems-archive

Maven & Gradle

Oct 24, 2017
2 usages
1.4k stars

jBPM :: WorkItems :: Archive

<dependency>
    <groupId>org.jbpm</groupId>
    <artifactId>jbpm-workitems-archive</artifactId>
    <version>7.4.1.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jbpm : jbpm-workitems-archive to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.4.1.Final

All Versions

Choose a version of org.jbpm : jbpm-workitems-archive to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.4.x
jbpm-workitems-archive-7.4.1.Final
jbpm-workitems-archive-7.4.0.Final
7.3.x
jbpm-workitems-archive-7.3.0.Final

How to add a dependency to Maven

Add the following org.jbpm : jbpm-workitems-archive maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jbpm</groupId>
    <artifactId>jbpm-workitems-archive</artifactId>
    <version>7.4.1.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jbpm : jbpm-workitems-archive gradle dependency to your build.gradle file:

implementation 'org.jbpm:jbpm-workitems-archive:7.4.1.Final'

Gradle Kotlin DSL: Add the following org.jbpm : jbpm-workitems-archive gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jbpm:jbpm-workitems-archive:7.4.1.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jbpm : jbpm-workitems-archive sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jbpm" % "jbpm-workitems-archive" % "7.4.1.Final"

Advertisement