is not current version
Last Version 1.3

com.github.abirmingham:gradle-jacoco-plugin 1.2

A Gradle plugin for Jacoco

Categories

Categories

Gradle Build Tools JaCoCo Application Testing & Monitoring Code Coverage
GroupId

GroupId

com.github.abirmingham
ArtifactId

ArtifactId

gradle-jacoco-plugin
Version

Version

1.2
Type

Type

jar

Download gradle-jacoco-plugin 1.2


<!-- https://jarcasting.com/artifacts/com.github.abirmingham/gradle-jacoco-plugin/ -->
<dependency>
    <groupId>com.github.abirmingham</groupId>
    <artifactId>gradle-jacoco-plugin</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.abirmingham/gradle-jacoco-plugin/
implementation 'com.github.abirmingham:gradle-jacoco-plugin:1.2'
// https://jarcasting.com/artifacts/com.github.abirmingham/gradle-jacoco-plugin/
implementation ("com.github.abirmingham:gradle-jacoco-plugin:1.2")
'com.github.abirmingham:gradle-jacoco-plugin:jar:1.2'
<dependency org="com.github.abirmingham" name="gradle-jacoco-plugin" rev="1.2">
  <artifact name="gradle-jacoco-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.abirmingham', module='gradle-jacoco-plugin', version='1.2')
)
libraryDependencies += "com.github.abirmingham" % "gradle-jacoco-plugin" % "1.2"
[com.github.abirmingham/gradle-jacoco-plugin "1.2"]