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