Download cobertura-runtime-1.9.4.1.jar file - Jar c

Jar examples for c:cobertura-runtime

Description

Cobertura Runtime artifact to prevent unneeded dependencies at runtime.

You can download jar file cobertura-runtime 1.9.4.1 in this page.

License

The GNU General Public License, Version 2

Build File

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

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

Download

Click the following link to download the jar file.

cobertura-runtime-1.9.4.1.pom



Related Tutorials