c

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.
https://atlassian.com/software/clover
Atlassian Customer Agreement
Atlassian Pty Ltd
Marek Parfianowicz Grzegorz Lewandowski
文件下载
文件名 操作
clover-runtime-4.1.10.jar 下载
clover-runtime-4.1.10.pom 下载
clover-runtime-4.1.10-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.atlassian.clover</groupId>
  <artifactId>clover-runtime</artifactId>
  <version>4.1.10</version>
</dependency>
Gradle Groovy
implementation 'com.atlassian.clover:clover-runtime:4.1.10'
Gradle Kotlin
implementation("com.atlassian.clover:clover-runtime:4.1.10")
Scala SBT
libraryDependencies += "com.atlassian.clover" % "clover-runtime" % "4.1.10"
Groovy Grape
@Grapes(
  @Grab(group='com.atlassian.clover', module='clover-runtime', version='4.1.10')
)
Apache Ivy
<dependency org="com.atlassian.clover" name="clover-runtime" rev="4.1.10" />
Leiningen
[com.atlassian.clover/clover-runtime "4.1.10"]
Apache Buildr
'com.atlassian.clover:clover-runtime:jar:4.1.10'