MVN

com.atlassian.clover : clover-runtime

Maven & Gradle

Aug 22, 2023

Clover Runtime · Clover's runtime library - required by code instrumented by Clover. 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.

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

Latest Version

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

  • Latest Stable: 4.1.10

All Versions

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

Version Vulnerabilities Updated
4.1.x
clover-runtime-4.1.10

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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