MVN

cobertura : cobertura

Maven & Gradle

May 17, 2007
14 usages

Cobertura · 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>cobertura</groupId>
    <artifactId>cobertura</artifactId>
    <version>1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.8

All Versions

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

Version Vulnerabilities Updated
1.8
cobertura-1.8
1.7
cobertura-1.7
1.6
cobertura-1.6
1.5
cobertura-1.5
1.4
cobertura-1.4
1.9rc1
cobertura-1.9rc1

How to add a dependency to Maven

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

<dependency>
    <groupId>cobertura</groupId>
    <artifactId>cobertura</artifactId>
    <version>1.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'cobertura:cobertura:1.8'

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

implementation("cobertura:cobertura:1.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "cobertura" % "cobertura" % "1.8"

Advertisement

Dependencies from Group

May 17, 2007
14 usages
May 17, 2007
1 usages

Discover Dependencies

Oct 26, 2010
4 usages
May 12, 2014
2 usages
Aug 21, 2014
6 usages
159 stars
Mar 16, 2014
16 usages
0 stars
Jan 14, 2013
7 usages
7 stars
Sep 20, 2010
8 usages
Nov 16, 2013
10 usages
327 stars
May 09, 2011
5 usages
Nov 27, 2007
23 usages