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