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