MVN

org.drools.testcoverage : kjar-with-instrumentation-wrapper

Maven & Gradle

Sep 14, 2020
2 usages

KIE Integration :: KIE Maven Plugin Instrumented kJAR Wrapper

<dependency>
    <groupId>org.drools.testcoverage</groupId>
    <artifactId>kjar-with-instrumentation-wrapper</artifactId>
    <version>7.43.1.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.drools.testcoverage : kjar-with-instrumentation-wrapper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.43.1.Final
  • Latest Beta: 7.1.0.Beta3

All Versions

Choose a version of org.drools.testcoverage : kjar-with-instrumentation-wrapper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.43.x
kjar-with-instrumentation-wrapper-7.43.1.Final
kjar-with-instrumentation-wrapper-7.43.0.Final
7.42.x
kjar-with-instrumentation-wrapper-7.42.0.Final
7.41.x
kjar-with-instrumentation-wrapper-7.41.0.Final
kjar-with-instrumentation-wrapper-7.41.0.t20200723
7.40.x
kjar-with-instrumentation-wrapper-7.40.0.Final
kjar-with-instrumentation-wrapper-7.40.0.20200703
7.39.x
kjar-with-instrumentation-wrapper-7.39.0.Final
7.38.x
kjar-with-instrumentation-wrapper-7.38.0.Final
7.37.x
kjar-with-instrumentation-wrapper-7.37.0.Final
7.36.x
kjar-with-instrumentation-wrapper-7.36.1.Final
kjar-with-instrumentation-wrapper-7.36.0.Final
7.35.x
kjar-with-instrumentation-wrapper-7.35.0.Final
7.34.x
kjar-with-instrumentation-wrapper-7.34.0.Final
7.33.x
kjar-with-instrumentation-wrapper-7.33.0.Final
7.32.x
kjar-with-instrumentation-wrapper-7.32.0.Final
7.31.x
kjar-with-instrumentation-wrapper-7.31.0.Final
7.30.x
kjar-with-instrumentation-wrapper-7.30.0.Final
7.29.x
kjar-with-instrumentation-wrapper-7.29.0.Final
7.28.x
kjar-with-instrumentation-wrapper-7.28.0.Final
7.27.x
kjar-with-instrumentation-wrapper-7.27.0.Final
7.26.x
kjar-with-instrumentation-wrapper-7.26.0.Final
7.25.x
kjar-with-instrumentation-wrapper-7.25.0.Final
7.24.x
kjar-with-instrumentation-wrapper-7.24.0.Final
kjar-with-instrumentation-wrapper-7.24.0.t043
7.23.x
kjar-with-instrumentation-wrapper-7.23.0.Final
7.22.x
kjar-with-instrumentation-wrapper-7.22.0.Final
kjar-with-instrumentation-wrapper-7.22.0.t042
7.21.x
kjar-with-instrumentation-wrapper-7.21.0.Final
7.20.x
kjar-with-instrumentation-wrapper-7.20.0.Final
7.19.x
kjar-with-instrumentation-wrapper-7.19.0.Final
7.18.x
kjar-with-instrumentation-wrapper-7.18.0.Final
7.17.x
kjar-with-instrumentation-wrapper-7.17.0.Final
7.16.x
kjar-with-instrumentation-wrapper-7.16.0.Final
7.15.x
kjar-with-instrumentation-wrapper-7.15.0.Final
7.14.x
kjar-with-instrumentation-wrapper-7.14.0.Final
7.13.x
kjar-with-instrumentation-wrapper-7.13.0.Final
7.12.x
kjar-with-instrumentation-wrapper-7.12.0.Final
7.11.x
kjar-with-instrumentation-wrapper-7.11.0.Final
7.10.x
kjar-with-instrumentation-wrapper-7.10.0.Final
7.9.x
kjar-with-instrumentation-wrapper-7.9.0.Final
7.8.x
kjar-with-instrumentation-wrapper-7.8.0.Final
7.7.x
kjar-with-instrumentation-wrapper-7.7.0.Final
7.6.x
kjar-with-instrumentation-wrapper-7.6.0.Final
kjar-with-instrumentation-wrapper-7.6.0.t022
7.5.x
kjar-with-instrumentation-wrapper-7.5.0.Final
kjar-with-instrumentation-wrapper-7.5.0.t018
7.4.x
kjar-with-instrumentation-wrapper-7.4.1.Final
kjar-with-instrumentation-wrapper-7.4.0.Final
7.3.x
kjar-with-instrumentation-wrapper-7.3.0.Final
7.2.x
kjar-with-instrumentation-wrapper-7.2.0.Final
7.1.x
kjar-with-instrumentation-wrapper-7.1.0.Final
kjar-with-instrumentation-wrapper-7.1.0.Beta3
kjar-with-instrumentation-wrapper-7.1.0.Beta2
kjar-with-instrumentation-wrapper-7.1.0.Beta1

How to add a dependency to Maven

Add the following org.drools.testcoverage : kjar-with-instrumentation-wrapper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.drools.testcoverage</groupId>
    <artifactId>kjar-with-instrumentation-wrapper</artifactId>
    <version>7.43.1.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.drools.testcoverage : kjar-with-instrumentation-wrapper gradle dependency to your build.gradle file:

implementation 'org.drools.testcoverage:kjar-with-instrumentation-wrapper:7.43.1.Final'

Gradle Kotlin DSL: Add the following org.drools.testcoverage : kjar-with-instrumentation-wrapper gradle kotlin dependency to your build.gradle.kts file:

implementation("org.drools.testcoverage:kjar-with-instrumentation-wrapper:7.43.1.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.drools.testcoverage : kjar-with-instrumentation-wrapper sbt scala dependency to your build.sbt file:

libraryDependencies += "org.drools.testcoverage" % "kjar-with-instrumentation-wrapper" % "7.43.1.Final"