Jar examples for c:clover
Clover is an award winning code coverage and testing tool for Java and Groovy. It integrates easily with Maven (1, 2 and 3), Ant, Grails, Eclipse and IntelliJ IDEA as well as with continuous integration servers such as Bamboo, Jenkins or Hudson. ANNOUNCEMENT: since Clover 4.0 (planned mid 2014), this artifact will be renamed to com.atlassian.clover:clover.
You can download jar file clover 1.3.11 in this page.
Atlassian End User License Agreement, Version 2.6
You can use the following script to add clover-1.3.11.jar to your project.
<dependency> <groupId>clover</groupId> <artifactId>clover</artifactId> <version>1.3.11</version> </dependency>
compile group: 'clover', name: 'clover', version: '1.3.11'
libraryDependencies += "clover" % "clover" % "1.3.11"
<dependency org="clover" name="clover" rev="1.3.11"/>
@Grapes(@Grab(group='clover', module='clover', version='1.3.11'))
'clover:clover:jar:1.3.11'
Click the following link to download the jar file.
clover-1.3.11.jar