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