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