Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.jbpm |
ArtifactId | ArtifactIdjbpm-form-modeler-request-dispatcher |
Version | Version6.0.0.Final |
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.0.0.Final</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.0.0.Final'
// https://jarcasting.com/artifacts/org.jbpm/jbpm-form-modeler-request-dispatcher/
implementation ("org.jbpm:jbpm-form-modeler-request-dispatcher:6.0.0.Final")
'org.jbpm:jbpm-form-modeler-request-dispatcher:war:6.0.0.Final'
<dependency org="org.jbpm" name="jbpm-form-modeler-request-dispatcher" rev="6.0.0.Final">
<artifact name="jbpm-form-modeler-request-dispatcher" type="war" />
</dependency>
@Grapes(
@Grab(group='org.jbpm', module='jbpm-form-modeler-request-dispatcher', version='6.0.0.Final')
)
libraryDependencies += "org.jbpm" % "jbpm-form-modeler-request-dispatcher" % "6.0.0.Final"
[org.jbpm/jbpm-form-modeler-request-dispatcher "6.0.0.Final"]