is not current version
Last Version 4.4.1

org.openclover:clover 4.4.0

Clover is an award winning code coverage and testing tool for Java and Groovy. It integrates easily with Maven, 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.

Categories

Categories

Clover Application Testing & Monitoring Code Coverage
GroupId

GroupId

org.openclover
ArtifactId

ArtifactId

clover
Version

Version

4.4.0
Type

Type

jar

Download clover 4.4.0


<!-- https://jarcasting.com/artifacts/org.openclover/clover/ -->
<dependency>
    <groupId>org.openclover</groupId>
    <artifactId>clover</artifactId>
    <version>4.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.openclover/clover/
implementation 'org.openclover:clover:4.4.0'
// https://jarcasting.com/artifacts/org.openclover/clover/
implementation ("org.openclover:clover:4.4.0")
'org.openclover:clover:jar:4.4.0'
<dependency org="org.openclover" name="clover" rev="4.4.0">
  <artifact name="clover" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openclover', module='clover', version='4.4.0')
)
libraryDependencies += "org.openclover" % "clover" % "4.4.0"
[org.openclover/clover "4.4.0"]