<dependency> <groupId>org.jbpm</groupId> <artifactId>jbpm-test-util</artifactId> <version>7.6.0.t022</version> </dependency>
implementation 'org.jbpm:jbpm-test-util:7.6.0.t022'
implementation("org.jbpm:jbpm-test-util:7.6.0.t022")
libraryDependencies += "org.jbpm" % "jbpm-test-util" % "7.6.0.t022"
@Grapes( @Grab(group='org.jbpm', module='jbpm-test-util', version='7.6.0.t022') )
<dependency org="org.jbpm" name="jbpm-test-util" rev="7.6.0.t022" />
[org.jbpm/jbpm-test-util "7.6.0.t022"]
'org.jbpm:jbpm-test-util:jar:7.6.0.t022'
<parent> <groupId>org.jbpm</groupId> <artifactId>jbpm</artifactId> <version>7.6.0.t022</version> </parent>
compile
|-- org.kie:kie-api
|-- org.drools:drools-persistence-api
|-- org.jboss.narayana.jta:narayana-jta
|-- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec
|-- simple-jndi:simple-jndi
|-- org.slf4j:slf4j-api