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