MVN

org.openclover : clover-runtime

Maven & Gradle

Oct 12, 2019

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>org.openclover</groupId>
    <artifactId>clover-runtime</artifactId>
    <version>4.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.4.1

All Versions

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

Version Vulnerabilities Updated
4.4.x
clover-runtime-4.4.1
clover-runtime-4.4.0
4.3.x
clover-runtime-4.3.1
clover-runtime-4.3.0
4.2.x
clover-runtime-4.2.1
clover-runtime-4.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.openclover</groupId>
    <artifactId>clover-runtime</artifactId>
    <version>4.4.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.openclover:clover-runtime:4.4.1'

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

implementation("org.openclover:clover-runtime:4.4.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.openclover" % "clover-runtime" % "4.4.1"