License |
License |
---|---|
Categories |
CategoriesClover Application Testing & Monitoring Code Coverage |
GroupId | GroupIdcom.atlassian.clover |
ArtifactId | ArtifactIdclover |
Last Version | Last Version4.1.2 |
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.
Note: before Clover 4.0 this artifact was named com.cenqua.clover:clover.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
clover-4.1.2.pom | |
clover-4.1.2.jar | 16 MB |
clover-4.1.2-sources.jar | 31 KB |
clover-4.1.2-javadoc.jar | 178 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.atlassian.clover/clover/ -->
<dependency>
<groupId>com.atlassian.clover</groupId>
<artifactId>clover</artifactId>
<version>4.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.atlassian.clover/clover/
implementation 'com.atlassian.clover:clover:4.1.2'
// https://jarcasting.com/artifacts/com.atlassian.clover/clover/
implementation ("com.atlassian.clover:clover:4.1.2")
'com.atlassian.clover:clover:jar:4.1.2'
<dependency org="com.atlassian.clover" name="clover" rev="4.1.2">
<artifact name="clover" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atlassian.clover', module='clover', version='4.1.2')
)
libraryDependencies += "com.atlassian.clover" % "clover" % "4.1.2"
[com.atlassian.clover/clover "4.1.2"]