is not current version
Last Version 1.9.2-patched-play-cobertura-1.0-jdk15

com.google.code.maven-play-plugin.net.sourceforge.cobertura:cobertura 1.9.2-patched-play-cobertura-1.0

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

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

GroupId

com.google.code.maven-play-plugin.net.sourceforge.cobertura
ArtifactId

ArtifactId

cobertura
Version

Version

1.9.2-patched-play-cobertura-1.0
Type

Type

jar

Download cobertura 1.9.2-patched-play-cobertura-1.0


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