| GroupId | GroupIdorg.jbpm | 
|---|---|
| ArtifactId | ArtifactIdjbpm-wb-human-tasks-backend | 
| Version | Version7.45.0.t20201009 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.jbpm/jbpm-wb-human-tasks-backend/ -->
<dependency>
    <groupId>org.jbpm</groupId>
    <artifactId>jbpm-wb-human-tasks-backend</artifactId>
    <version>7.45.0.t20201009</version>
</dependency>// https://jarcasting.com/artifacts/org.jbpm/jbpm-wb-human-tasks-backend/
implementation 'org.jbpm:jbpm-wb-human-tasks-backend:7.45.0.t20201009'// https://jarcasting.com/artifacts/org.jbpm/jbpm-wb-human-tasks-backend/
implementation ("org.jbpm:jbpm-wb-human-tasks-backend:7.45.0.t20201009")'org.jbpm:jbpm-wb-human-tasks-backend:jar:7.45.0.t20201009'<dependency org="org.jbpm" name="jbpm-wb-human-tasks-backend" rev="7.45.0.t20201009">
  <artifact name="jbpm-wb-human-tasks-backend" type="jar" />
</dependency>@Grapes(
@Grab(group='org.jbpm', module='jbpm-wb-human-tasks-backend', version='7.45.0.t20201009')
)libraryDependencies += "org.jbpm" % "jbpm-wb-human-tasks-backend" % "7.45.0.t20201009"[org.jbpm/jbpm-wb-human-tasks-backend "7.45.0.t20201009"]