Categories |
CategoriesAnt Build Tools Clover Application Testing & Monitoring Code Coverage |
---|---|
GroupId | GroupIdclover |
ArtifactId | ArtifactIdclover-ant |
Last Version | Last Version1.3_01 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionClover for Ant
|
Filename | Size |
---|---|
clover-ant-1.3_01.pom | |
clover-ant-1.3_01.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/clover/clover-ant/ -->
<dependency>
<groupId>clover</groupId>
<artifactId>clover-ant</artifactId>
<version>1.3_01</version>
</dependency>
// https://jarcasting.com/artifacts/clover/clover-ant/
implementation 'clover:clover-ant:1.3_01'
// https://jarcasting.com/artifacts/clover/clover-ant/
implementation ("clover:clover-ant:1.3_01")
'clover:clover-ant:jar:1.3_01'
<dependency org="clover" name="clover-ant" rev="1.3_01">
<artifact name="clover-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='clover', module='clover-ant', version='1.3_01')
)
libraryDependencies += "clover" % "clover-ant" % "1.3_01"
[clover/clover-ant "1.3_01"]