MVN

net.sourceforge.cobertura : cobertura

Maven & Gradle

Feb 26, 2015
205 usages
1k stars

Cobertura code coverage · 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.

<dependency>
    <groupId>net.sourceforge.cobertura</groupId>
    <artifactId>cobertura</artifactId>
    <version>2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.cobertura : cobertura to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.1

All Versions

Choose a version of net.sourceforge.cobertura : cobertura to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
cobertura-2.1.1
2.0.x
cobertura-2.0.3
cobertura-2.0.2
cobertura-2.0.1
2.0
cobertura-2.0
1.9.x
cobertura-1.9.4.1
cobertura-1.9.4
cobertura-1.9.3
cobertura-1.9.2
cobertura-1.9.1.1
cobertura-1.9.1
1.9
cobertura-1.9
1.9rc1
cobertura-1.9rc1

How to add a dependency to Maven

Add the following net.sourceforge.cobertura : cobertura maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sourceforge.cobertura</groupId>
    <artifactId>cobertura</artifactId>
    <version>2.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sourceforge.cobertura : cobertura gradle dependency to your build.gradle file:

implementation 'net.sourceforge.cobertura:cobertura:2.1.1'

Gradle Kotlin DSL: Add the following net.sourceforge.cobertura : cobertura gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sourceforge.cobertura:cobertura:2.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sourceforge.cobertura : cobertura sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sourceforge.cobertura" % "cobertura" % "2.1.1"

Advertisement

Dependencies from Group

Discover Dependencies

Jul 24, 2014
2 usages
May 03, 2012
13 usages
Sep 20, 2005
58 usages
Sep 24, 2012
6 usages
363 stars
Jan 24, 2010
4 usages
Jul 11, 2013
19 usages
14.2k stars
Mar 07, 2012
2.1k stars
Sep 17, 2012
10 usages
8 stars
sac
Mar 22, 2008
103 usages
Sep 25, 2013
2 usages
200 stars