<dependency> <groupId>org.jbpm</groupId> <artifactId>jbpm-human-task</artifactId> <version>5.3.0.Final</version> <type>pom</type> </dependency>
implementation 'org.jbpm:jbpm-human-task:5.3.0.Final'
implementation("org.jbpm:jbpm-human-task:5.3.0.Final")
libraryDependencies += "org.jbpm" % "jbpm-human-task" % "5.3.0.Final"
@Grapes( @Grab(group='org.jbpm', module='jbpm-human-task', version='5.3.0.Final') )
<dependency org="org.jbpm" name="jbpm-human-task" rev="5.3.0.Final" />
[org.jbpm/jbpm-human-task "5.3.0.Final"]
'org.jbpm:jbpm-human-task:jar:5.3.0.Final'
<parent> <groupId>org.jbpm</groupId> <artifactId>jbpm</artifactId> <version>5.3.0.Final</version> </parent>
compile
|-- dom4j:dom4j
|-- org.javassist:javassist
test
|-- org.subethamail:subethasmtp-wiser
|-- org.slf4j:slf4j-log4j12
|-- org.easymock:easymock:3.0
|-- postgresql:postgresql:8.4-702.jdbc3