MVN

org.kie.workbench.stunner : kie-wb-common-stunner-bpmn-marshalling

Maven & Gradle

May 12, 2021
3 usages

Kie Workbench - Common - Stunner - BPMN Definition Set - Marshalling · Kie Workbench - Common - Stunner - BPMN Definition Set - Marshalling

<dependency>
    <groupId>org.kie.workbench.stunner</groupId>
    <artifactId>kie-wb-common-stunner-bpmn-marshalling</artifactId>
    <version>7.54.0.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kie.workbench.stunner : kie-wb-common-stunner-bpmn-marshalling to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.54.0.Final

All Versions

Choose a version of org.kie.workbench.stunner : kie-wb-common-stunner-bpmn-marshalling to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.54.x
kie-wb-common-stunner-bpmn-marshalling-7.54.0.Final
7.53.x
kie-wb-common-stunner-bpmn-marshalling-7.53.0.Final
7.52.x
kie-wb-common-stunner-bpmn-marshalling-7.52.0.Final
7.51.x
kie-wb-common-stunner-bpmn-marshalling-7.51.0.Final
7.50.x
kie-wb-common-stunner-bpmn-marshalling-7.50.0.Final
7.49.x
kie-wb-common-stunner-bpmn-marshalling-7.49.0.Final
7.48.x
kie-wb-common-stunner-bpmn-marshalling-7.48.0.Final
7.47.x
kie-wb-common-stunner-bpmn-marshalling-7.47.0.Final
7.46.x
kie-wb-common-stunner-bpmn-marshalling-7.46.0.Final
7.45.x
kie-wb-common-stunner-bpmn-marshalling-7.45.0.Final
kie-wb-common-stunner-bpmn-marshalling-7.45.0.t20201009
7.44.x
kie-wb-common-stunner-bpmn-marshalling-7.44.0.Final
7.43.x
kie-wb-common-stunner-bpmn-marshalling-7.43.1.Final
kie-wb-common-stunner-bpmn-marshalling-7.43.0.Final
7.42.x
kie-wb-common-stunner-bpmn-marshalling-7.42.0.Final
7.41.x
kie-wb-common-stunner-bpmn-marshalling-7.41.0.Final
kie-wb-common-stunner-bpmn-marshalling-7.41.0.t20200723
7.40.x
kie-wb-common-stunner-bpmn-marshalling-7.40.0.Final
kie-wb-common-stunner-bpmn-marshalling-7.40.0.20200703
7.39.x
kie-wb-common-stunner-bpmn-marshalling-7.39.0.Final
7.38.x
kie-wb-common-stunner-bpmn-marshalling-7.38.0.Final
7.37.x
kie-wb-common-stunner-bpmn-marshalling-7.37.0.Final
7.36.x
kie-wb-common-stunner-bpmn-marshalling-7.36.1.Final
kie-wb-common-stunner-bpmn-marshalling-7.36.0.Final
7.35.x
kie-wb-common-stunner-bpmn-marshalling-7.35.0.Final
7.34.x
kie-wb-common-stunner-bpmn-marshalling-7.34.0.Final
7.33.x
kie-wb-common-stunner-bpmn-marshalling-7.33.0.Final
7.32.x
kie-wb-common-stunner-bpmn-marshalling-7.32.0.Final
7.31.x
kie-wb-common-stunner-bpmn-marshalling-7.31.0.Final
7.30.x
kie-wb-common-stunner-bpmn-marshalling-7.30.0.Final
7.29.x
kie-wb-common-stunner-bpmn-marshalling-7.29.0.Final

How to add a dependency to Maven

Add the following org.kie.workbench.stunner : kie-wb-common-stunner-bpmn-marshalling maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.kie.workbench.stunner</groupId>
    <artifactId>kie-wb-common-stunner-bpmn-marshalling</artifactId>
    <version>7.54.0.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kie.workbench.stunner : kie-wb-common-stunner-bpmn-marshalling gradle dependency to your build.gradle file:

implementation 'org.kie.workbench.stunner:kie-wb-common-stunner-bpmn-marshalling:7.54.0.Final'

Gradle Kotlin DSL: Add the following org.kie.workbench.stunner : kie-wb-common-stunner-bpmn-marshalling gradle kotlin dependency to your build.gradle.kts file:

implementation("org.kie.workbench.stunner:kie-wb-common-stunner-bpmn-marshalling:7.54.0.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kie.workbench.stunner : kie-wb-common-stunner-bpmn-marshalling sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kie.workbench.stunner" % "kie-wb-common-stunner-bpmn-marshalling" % "7.54.0.Final"

Advertisement