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