| Categories |
CategoriesClover Application Testing & Monitoring Code Coverage |
|---|---|
| GroupId | GroupIdcom.atlassian.clover |
| ArtifactId | ArtifactIdclover |
| Version | Version4.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| clover-4.0.2.pom | |
| clover-4.0.2.jar | 16 MB |
| clover-4.0.2-sources.jar | 31 KB |
| clover-4.0.2-javadoc.jar | 177 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.atlassian.clover/clover/ -->
<dependency>
<groupId>com.atlassian.clover</groupId>
<artifactId>clover</artifactId>
<version>4.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.atlassian.clover/clover/
implementation 'com.atlassian.clover:clover:4.0.2'
// https://jarcasting.com/artifacts/com.atlassian.clover/clover/
implementation ("com.atlassian.clover:clover:4.0.2")
'com.atlassian.clover:clover:jar:4.0.2'
<dependency org="com.atlassian.clover" name="clover" rev="4.0.2">
<artifact name="clover" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atlassian.clover', module='clover', version='4.0.2')
)
libraryDependencies += "com.atlassian.clover" % "clover" % "4.0.2"
[com.atlassian.clover/clover "4.0.2"]