License |
License |
---|---|
Categories |
CategoriesClover Application Testing & Monitoring Code Coverage |
GroupId | GroupIdorg.openclover |
ArtifactId | ArtifactIdclover-runtime |
Last Version | Last Version4.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionClover 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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
clover-runtime-4.4.1.pom | |
clover-runtime-4.4.1.jar | 742 KB |
clover-runtime-4.4.1-sources.jar | 1 KB |
clover-runtime-4.4.1-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openclover/clover-runtime/ -->
<dependency>
<groupId>org.openclover</groupId>
<artifactId>clover-runtime</artifactId>
<version>4.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.openclover/clover-runtime/
implementation 'org.openclover:clover-runtime:4.4.1'
// https://jarcasting.com/artifacts/org.openclover/clover-runtime/
implementation ("org.openclover:clover-runtime:4.4.1")
'org.openclover:clover-runtime:jar:4.4.1'
<dependency org="org.openclover" name="clover-runtime" rev="4.4.1">
<artifact name="clover-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openclover', module='clover-runtime', version='4.4.1')
)
libraryDependencies += "org.openclover" % "clover-runtime" % "4.4.1"
[org.openclover/clover-runtime "4.4.1"]