License |
License |
---|---|
Categories |
CategoriesClover Application Testing & Monitoring Code Coverage |
GroupId | GroupIdcom.cenqua.clover |
ArtifactId | ArtifactIdclover |
Last Version | Last Version3.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionClover Ant
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
clover-3.3.0.pom | |
clover-3.3.0.jar | 12 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cenqua.clover/clover/ -->
<dependency>
<groupId>com.cenqua.clover</groupId>
<artifactId>clover</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cenqua.clover/clover/
implementation 'com.cenqua.clover:clover:3.3.0'
// https://jarcasting.com/artifacts/com.cenqua.clover/clover/
implementation ("com.cenqua.clover:clover:3.3.0")
'com.cenqua.clover:clover:jar:3.3.0'
<dependency org="com.cenqua.clover" name="clover" rev="3.3.0">
<artifact name="clover" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cenqua.clover', module='clover', version='3.3.0')
)
libraryDependencies += "com.cenqua.clover" % "clover" % "3.3.0"
[com.cenqua.clover/clover "3.3.0"]