j

jacoco-maven-plugin

The JaCoCo Maven Plugin provides the JaCoCo runtime agent to your tests and allows basic report creation.
Files download
File Operation
jacoco-maven-plugin-0.5.6.201201232323.jar download
jacoco-maven-plugin-0.5.6.201201232323.pom download
jacoco-maven-plugin-0.5.6.201201232323-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jacoco</groupId>
  <artifactId>jacoco-maven-plugin</artifactId>
  <version>0.5.6.201201232323</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.jacoco:jacoco-maven-plugin:0.5.6.201201232323'
Gradle Kotlin
implementation("org.jacoco:jacoco-maven-plugin:0.5.6.201201232323")
Scala SBT
libraryDependencies += "org.jacoco" % "jacoco-maven-plugin" % "0.5.6.201201232323"
Groovy Grape
@Grapes(
  @Grab(group='org.jacoco', module='jacoco-maven-plugin', version='0.5.6.201201232323')
)
Apache Ivy
<dependency org="org.jacoco" name="jacoco-maven-plugin" rev="0.5.6.201201232323" />
Leiningen
[org.jacoco/jacoco-maven-plugin "0.5.6.201201232323"]
Apache Buildr
'org.jacoco:jacoco-maven-plugin:jar:0.5.6.201201232323'