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