MVN

com.atlassian.clover : clover

Maven & Gradle

Aug 22, 2023
5 usages

Clover Ant · 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.

<dependency>
    <groupId>com.atlassian.clover</groupId>
    <artifactId>clover</artifactId>
    <version>4.1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.atlassian.clover : clover to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.10

All Versions

Choose a version of com.atlassian.clover : clover to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
clover-4.1.10
clover-4.1.2
clover-4.1.1
clover-4.1.0
4.0.x
clover-4.0.6
clover-4.0.5
clover-4.0.4
clover-4.0.3
clover-4.0.2
clover-4.0.1
clover-4.0.0

How to add a dependency to Maven

Add the following com.atlassian.clover : clover maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.atlassian.clover</groupId>
    <artifactId>clover</artifactId>
    <version>4.1.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.atlassian.clover : clover gradle dependency to your build.gradle file:

implementation 'com.atlassian.clover:clover:4.1.10'

Gradle Kotlin DSL: Add the following com.atlassian.clover : clover gradle kotlin dependency to your build.gradle.kts file:

implementation("com.atlassian.clover:clover:4.1.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.atlassian.clover : clover sbt scala dependency to your build.sbt file:

libraryDependencies += "com.atlassian.clover" % "clover" % "4.1.10"

Advertisement

Dependencies from Group

Discover Dependencies

Sep 26, 2022
1 usages
65 stars
16 usages
1.2k stars
Mar 06, 2017
12 usages
Mar 06, 2017
6 usages
Mar 06, 2017
29 usages
Mar 06, 2017
10 usages
Apr 11, 2022
34 usages
62 stars
Aug 25, 2023
56 usages
3.9k stars