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