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