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