Download gradle-cobertura-plugin-2.2.5.jar file - Jar g

Jar examples for g:gradle-cobertura-plugin

Description

A Gradle plugin for runing Cobertura coverage reports.

You can download jar file gradle-cobertura-plugin 2.2.5 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add gradle-cobertura-plugin-2.2.5.jar to your project.

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

Download

Click the following link to download the jar file.

gradle-cobertura-plugin-2.2.5-javadoc.jar
gradle-cobertura-plugin-2.2.5-sources.jar
gradle-cobertura-plugin-2.2.5.jar
gradle-cobertura-plugin-2.2.5.pom



Related Tutorials