JaCoCo - Java Code Coverage Library
JaCoCo is a free Java code coverage library distributed under the Eclipse Public License. Check http://www.jacoco.org/jacoco for updates and feedback.
This is the distribution of version 0.8.13.202502050645 created on 2025/02/05 based on commit c2596680f89fa1c1b66095a3d9e73cfe748a4a4c.
Contents
The JaCoCo distribution contains the following libraries in the
./lib
folder:
File | OSGi Bundle | Description | Dependencies |
jacocoagent.jar | no | Java agent for execution data recording | - (all dependencies included) |
jacocoant.jar | no | JaCoCo Ant tasks | Ant (all other dependencies included) |
jacococli.jar | no | JaCoCo Command Line Interface | - (all dependencies included) |
org.jacoco.agent_0.8.13.202502050645.jar | yes | JaCoCo agent | - |
org.jacoco.core_0.8.13.202502050645.jar | yes | JaCoCo core | ASM |
org.jacoco.report_0.8.13.202502050645.jar | yes | JaCoCo reporting | org.jacoco.core, ASM |
org.jacoco.ant_0.8.13.202502050645.jar | yes | JaCoCo Ant tasks | org.jacoco.core, org.jacoco.agent, org.jacoco.report, ASM, Ant |
All libraries as well as the JaCoCo Maven plug-in are also available from the Maven repository.