is not current version
Last Version 7.71.0.Final

org.jbpm:jbpm-bom 7.46.0.t20201030

Import this BOM in your dependencyManagement if you want to depend on multiple jBPM artifacts.

GroupId

GroupId

org.jbpm
ArtifactId

ArtifactId

jbpm-bom
Version

Version

7.46.0.t20201030
Type

Type

pom

Download jbpm-bom 7.46.0.t20201030


<!-- https://jarcasting.com/artifacts/org.jbpm/jbpm-bom/ -->
<dependency>
    <groupId>org.jbpm</groupId>
    <artifactId>jbpm-bom</artifactId>
    <version>7.46.0.t20201030</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jbpm/jbpm-bom/
implementation 'org.jbpm:jbpm-bom:7.46.0.t20201030'
// https://jarcasting.com/artifacts/org.jbpm/jbpm-bom/
implementation ("org.jbpm:jbpm-bom:7.46.0.t20201030")
'org.jbpm:jbpm-bom:pom:7.46.0.t20201030'
<dependency org="org.jbpm" name="jbpm-bom" rev="7.46.0.t20201030">
  <artifact name="jbpm-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jbpm', module='jbpm-bom', version='7.46.0.t20201030')
)
libraryDependencies += "org.jbpm" % "jbpm-bom" % "7.46.0.t20201030"
[org.jbpm/jbpm-bom "7.46.0.t20201030"]