is not current version
Last Version 4.4.1

org.openclover:clover-runtime 4.2.1

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.

Categories

Categories

Clover Application Testing & Monitoring Code Coverage
GroupId

GroupId

org.openclover
ArtifactId

ArtifactId

clover-runtime
Version

Version

4.2.1
Type

Type

jar

Download clover-runtime 4.2.1


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