GroupId | GroupIdorg.jbpm |
---|---|
ArtifactId | ArtifactIdjbpm-designer-standalone |
Version | Version6.2.0.CR4 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.jbpm/jbpm-designer-standalone/ -->
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-designer-standalone</artifactId>
<version>6.2.0.CR4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.jbpm/jbpm-designer-standalone/
implementation 'org.jbpm:jbpm-designer-standalone:6.2.0.CR4'
// https://jarcasting.com/artifacts/org.jbpm/jbpm-designer-standalone/
implementation ("org.jbpm:jbpm-designer-standalone:6.2.0.CR4")
'org.jbpm:jbpm-designer-standalone:war:6.2.0.CR4'
<dependency org="org.jbpm" name="jbpm-designer-standalone" rev="6.2.0.CR4">
<artifact name="jbpm-designer-standalone" type="war" />
</dependency>
@Grapes(
@Grab(group='org.jbpm', module='jbpm-designer-standalone', version='6.2.0.CR4')
)
libraryDependencies += "org.jbpm" % "jbpm-designer-standalone" % "6.2.0.CR4"
[org.jbpm/jbpm-designer-standalone "6.2.0.CR4"]