is not current version
Last Version 1.3

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

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.0
Type

Type

jar

Download gradle-jacoco-plugin 1.0


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