| Categories |
CategoriesAnt Build Tools |
|---|---|
| GroupId | GroupIdorg.pitest |
| ArtifactId | ArtifactIdpitest-ant |
| Version | Version0.32 |
| Type | Typejar |
| Filename | Size |
|---|---|
| pitest-ant-0.32.pom | |
| pitest-ant-0.32.jar | 709 KB |
| pitest-ant-0.32-sources.jar | 2 KB |
| pitest-ant-0.32-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.pitest/pitest-ant/ -->
<dependency>
<groupId>org.pitest</groupId>
<artifactId>pitest-ant</artifactId>
<version>0.32</version>
</dependency>
// https://jarcasting.com/artifacts/org.pitest/pitest-ant/
implementation 'org.pitest:pitest-ant:0.32'
// https://jarcasting.com/artifacts/org.pitest/pitest-ant/
implementation ("org.pitest:pitest-ant:0.32")
'org.pitest:pitest-ant:jar:0.32'
<dependency org="org.pitest" name="pitest-ant" rev="0.32">
<artifact name="pitest-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pitest', module='pitest-ant', version='0.32')
)
libraryDependencies += "org.pitest" % "pitest-ant" % "0.32"
[org.pitest/pitest-ant "0.32"]