| GroupId | GroupIdorg.jbpm | 
|---|---|
| ArtifactId | ArtifactIdjbpm-executor-cdi | 
| Version | Version7.46.0.t20201030 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.jbpm/jbpm-executor-cdi/ -->
<dependency>
    <groupId>org.jbpm</groupId>
    <artifactId>jbpm-executor-cdi</artifactId>
    <version>7.46.0.t20201030</version>
</dependency>// https://jarcasting.com/artifacts/org.jbpm/jbpm-executor-cdi/
implementation 'org.jbpm:jbpm-executor-cdi:7.46.0.t20201030'// https://jarcasting.com/artifacts/org.jbpm/jbpm-executor-cdi/
implementation ("org.jbpm:jbpm-executor-cdi:7.46.0.t20201030")'org.jbpm:jbpm-executor-cdi:jar:7.46.0.t20201030'<dependency org="org.jbpm" name="jbpm-executor-cdi" rev="7.46.0.t20201030">
  <artifact name="jbpm-executor-cdi" type="jar" />
</dependency>@Grapes(
@Grab(group='org.jbpm', module='jbpm-executor-cdi', version='7.46.0.t20201030')
)libraryDependencies += "org.jbpm" % "jbpm-executor-cdi" % "7.46.0.t20201030"[org.jbpm/jbpm-executor-cdi "7.46.0.t20201030"]