MVN

org.entando.entando.plugins : entando-plugin-jpkiebpm

Maven & Gradle

Sep 08, 2020
29 stars

Entando Plugin: Entando Red Hat PAM connector · Connector to gather data from forms exposed by KIE-BPM

<dependency>
    <groupId>org.entando.entando.plugins</groupId>
    <artifactId>entando-plugin-jpkiebpm</artifactId>
    <version>5.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.entando.entando.plugins : entando-plugin-jpkiebpm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.3.1

All Versions

Choose a version of org.entando.entando.plugins : entando-plugin-jpkiebpm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.1.x
entando-plugin-jpkiebpm-6.1.1
entando-plugin-jpkiebpm-6.1.0
5.3.x
entando-plugin-jpkiebpm-5.3.1
5.2.x
entando-plugin-jpkiebpm-5.2.0
5.1.x
entando-plugin-jpkiebpm-5.1.0
5.0.x
entando-plugin-jpkiebpm-5.0.3
entando-plugin-jpkiebpm-5.0.2
entando-plugin-jpkiebpm-5.0.1
entando-plugin-jpkiebpm-5.0.0
4.3.x
entando-plugin-jpkiebpm-4.3.2

How to add a dependency to Maven

Add the following org.entando.entando.plugins : entando-plugin-jpkiebpm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.entando.entando.plugins</groupId>
    <artifactId>entando-plugin-jpkiebpm</artifactId>
    <version>5.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.entando.entando.plugins : entando-plugin-jpkiebpm gradle dependency to your build.gradle file:

implementation 'org.entando.entando.plugins:entando-plugin-jpkiebpm:5.3.1'

Gradle Kotlin DSL: Add the following org.entando.entando.plugins : entando-plugin-jpkiebpm gradle kotlin dependency to your build.gradle.kts file:

implementation("org.entando.entando.plugins:entando-plugin-jpkiebpm:5.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.entando.entando.plugins : entando-plugin-jpkiebpm sbt scala dependency to your build.sbt file:

libraryDependencies += "org.entando.entando.plugins" % "entando-plugin-jpkiebpm" % "5.3.1"

Advertisement