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