GroupId | GroupIdorg.drools.testcoverage |
---|---|
ArtifactId | ArtifactIdkjar-with-separate-instrumentation-wrapper |
Version | Version7.42.0.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.drools.testcoverage/kjar-with-separate-instrumentation-wrapper/ -->
<dependency>
<groupId>org.drools.testcoverage</groupId>
<artifactId>kjar-with-separate-instrumentation-wrapper</artifactId>
<version>7.42.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.drools.testcoverage/kjar-with-separate-instrumentation-wrapper/
implementation 'org.drools.testcoverage:kjar-with-separate-instrumentation-wrapper:7.42.0.Final'
// https://jarcasting.com/artifacts/org.drools.testcoverage/kjar-with-separate-instrumentation-wrapper/
implementation ("org.drools.testcoverage:kjar-with-separate-instrumentation-wrapper:7.42.0.Final")
'org.drools.testcoverage:kjar-with-separate-instrumentation-wrapper:jar:7.42.0.Final'
<dependency org="org.drools.testcoverage" name="kjar-with-separate-instrumentation-wrapper" rev="7.42.0.Final">
<artifact name="kjar-with-separate-instrumentation-wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.drools.testcoverage', module='kjar-with-separate-instrumentation-wrapper', version='7.42.0.Final')
)
libraryDependencies += "org.drools.testcoverage" % "kjar-with-separate-instrumentation-wrapper" % "7.42.0.Final"
[org.drools.testcoverage/kjar-with-separate-instrumentation-wrapper "7.42.0.Final"]