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