is not current version
Last Version 4.0.0

net.saliman:gradle-cobertura-plugin 1.0.2

A Gradle plugin for runing Cobertura coverage reports.

Categories

Categories

Gradle Build Tools Net Cobertura Application Testing & Monitoring Code Coverage
GroupId

GroupId

net.saliman
ArtifactId

ArtifactId

gradle-cobertura-plugin
Version

Version

1.0.2
Type

Type

jar

Download gradle-cobertura-plugin 1.0.2


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