MVN

org.jbpm : jbpm-console-ng-human-tasks-forms-modeler-backend

Maven & Gradle

Dec 22, 2016
3 usages

jBPM Console NG - Human Tasks Forms Modeler Integration Backend

<dependency>
    <groupId>org.jbpm</groupId>
    <artifactId>jbpm-console-ng-human-tasks-forms-modeler-backend</artifactId>
    <version>6.5.0.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jbpm : jbpm-console-ng-human-tasks-forms-modeler-backend to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.5.0.Final
  • Latest Beta: 7.0.0.Beta5

All Versions

Choose a version of org.jbpm : jbpm-console-ng-human-tasks-forms-modeler-backend to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
jbpm-console-ng-human-tasks-forms-modeler-backend-7.0.0.Beta5
jbpm-console-ng-human-tasks-forms-modeler-backend-7.0.0.Beta4
jbpm-console-ng-human-tasks-forms-modeler-backend-7.0.0.Beta3
jbpm-console-ng-human-tasks-forms-modeler-backend-7.0.0.Beta2
jbpm-console-ng-human-tasks-forms-modeler-backend-7.0.0.Beta1
6.5.x
jbpm-console-ng-human-tasks-forms-modeler-backend-6.5.0.Final
jbpm-console-ng-human-tasks-forms-modeler-backend-6.5.0.CR2
jbpm-console-ng-human-tasks-forms-modeler-backend-6.5.0.CR1
jbpm-console-ng-human-tasks-forms-modeler-backend-6.5.0.Beta1
6.4.x
jbpm-console-ng-human-tasks-forms-modeler-backend-6.4.0.Final
jbpm-console-ng-human-tasks-forms-modeler-backend-6.4.0.CR2
jbpm-console-ng-human-tasks-forms-modeler-backend-6.4.0.CR1
jbpm-console-ng-human-tasks-forms-modeler-backend-6.4.0.Beta2
jbpm-console-ng-human-tasks-forms-modeler-backend-6.4.0.Beta1
6.3.x
jbpm-console-ng-human-tasks-forms-modeler-backend-6.3.0.Final
jbpm-console-ng-human-tasks-forms-modeler-backend-6.3.0.CR2
jbpm-console-ng-human-tasks-forms-modeler-backend-6.3.0.CR1
jbpm-console-ng-human-tasks-forms-modeler-backend-6.3.0.Beta2
jbpm-console-ng-human-tasks-forms-modeler-backend-6.3.0.Beta1

How to add a dependency to Maven

Add the following org.jbpm : jbpm-console-ng-human-tasks-forms-modeler-backend maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jbpm</groupId>
    <artifactId>jbpm-console-ng-human-tasks-forms-modeler-backend</artifactId>
    <version>6.5.0.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jbpm : jbpm-console-ng-human-tasks-forms-modeler-backend gradle dependency to your build.gradle file:

implementation 'org.jbpm:jbpm-console-ng-human-tasks-forms-modeler-backend:6.5.0.Final'

Gradle Kotlin DSL: Add the following org.jbpm : jbpm-console-ng-human-tasks-forms-modeler-backend gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jbpm:jbpm-console-ng-human-tasks-forms-modeler-backend:6.5.0.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jbpm : jbpm-console-ng-human-tasks-forms-modeler-backend sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jbpm" % "jbpm-console-ng-human-tasks-forms-modeler-backend" % "6.5.0.Final"

Advertisement