is not current version
Last Version 2.1.1

net.sourceforge.cobertura:cobertura 1.9rc1

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

Net Cobertura Application Testing & Monitoring Code Coverage
GroupId

GroupId

net.sourceforge.cobertura
ArtifactId

ArtifactId

cobertura
Version

Version

1.9rc1
Type

Type

jar

Download cobertura 1.9rc1


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