Maven Repository
If you want to integrate JaCoCo within your tools you might directly retrieve it from the Maven repository. There are two repositories, one for JaCoCo releases, one for snapshot builds.
Type | Repository |
Releases | http://repo1.maven.org/maven2/ (Central Repository) |
Snapshots | https://oss.sonatype.org/content/repositories/snapshots |
JaCoCo is split into several separate projects, the artifact ids are:
Group ID | Artifact ID | Description |
org.jacoco |
org.jacoco.agent |
API to get a local copy of the agent |
org.jacoco |
org.jacoco.ant |
Ant Tasks |
org.jacoco |
org.jacoco.core |
Core APIs and implementations |
org.jacoco |
org.jacoco.report |
Reporting implementation |