is not current version
Last Version 0.8

org.gradle.api.plugins:gradle-clover-plugin 0.7

Gradle plugin for generating a code coverage report using Clover.

Categories

Categories

Gradle Build Tools Clover Application Testing & Monitoring Code Coverage
GroupId

GroupId

org.gradle.api.plugins
ArtifactId

ArtifactId

gradle-clover-plugin
Version

Version

0.7
Type

Type

jar

Download gradle-clover-plugin 0.7


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