License |
License |
---|---|
Categories |
CategoriesMaven Build Tools Net Cobertura Application Testing & Monitoring Code Coverage |
GroupId | GroupIdcom.google.code.maven-play-plugin.net.sourceforge.cobertura |
ArtifactId | ArtifactIdcobertura |
Last Version | Last Version1.9.2-patched-play-cobertura-1.0-jdk15 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCobertura
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.
|
Project URL |
Project URL |
<!-- 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-jdk15</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-jdk15'
// 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-jdk15")
'com.google.code.maven-play-plugin.net.sourceforge.cobertura:cobertura:jar:1.9.2-patched-play-cobertura-1.0-jdk15'
<dependency org="com.google.code.maven-play-plugin.net.sourceforge.cobertura" name="cobertura" rev="1.9.2-patched-play-cobertura-1.0-jdk15">
<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-jdk15')
)
libraryDependencies += "com.google.code.maven-play-plugin.net.sourceforge.cobertura" % "cobertura" % "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-jdk15"]
Group / Artifact | Type | Version |
---|---|---|
oro : oro | jar | 2.0.8 |
asm : asm | jar | 3.0 |
asm : asm-tree | jar | 3.0 |
log4j : log4j | jar | 1.2.9 |
org.apache.ant : ant | jar | 1.7.0 |