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