is not current version
Last Version 1.9rc1

cobertura:cobertura 1.8

Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage. It is based on jcoverage.

Categories

Categories

Cobertura Application Testing & Monitoring Code Coverage
GroupId

GroupId

cobertura
ArtifactId

ArtifactId

cobertura
Version

Version

1.8
Type

Type

jar

Download cobertura 1.8


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