Download cobertura-2.1.1.jar file - Jar c

Jar examples for c:cobertura

Description

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.

You can download jar file cobertura 2.1.1 in this page.

License

The GNU General Public License, Version 2

Build File

You can use the following script to add cobertura-2.1.1.jar to your project.

<dependency>
   <groupId>net.sourceforge.cobertura</groupId>
   <artifactId>cobertura</artifactId>
   <version>2.1.1</version>
</dependency>
compile group: 'net.sourceforge.cobertura', name: 'cobertura', version: '2.1.1'
libraryDependencies += "net.sourceforge.cobertura" % "cobertura" % "2.1.1"
<dependency org="net.sourceforge.cobertura" name="cobertura" rev="2.1.1"/>
@Grapes(@Grab(group='net.sourceforge.cobertura', module='cobertura', version='2.1.1'))
'net.sourceforge.cobertura:cobertura:jar:2.1.1'

Download

Click the following link to download the jar file.

cobertura-2.1.1-javadoc.jar
cobertura-2.1.1-sources.jar
cobertura-2.1.1.jar
cobertura-2.1.1.pom



Related Tutorials