is not current version
Last Version 1.9.0

org.pitest:pitest-ant 0.30

Pitest Ant task.

Categories

Categories

Ant Build Tools
GroupId

GroupId

org.pitest
ArtifactId

ArtifactId

pitest-ant
Version

Version

0.30
Type

Type

jar

Download pitest-ant 0.30


<!-- https://jarcasting.com/artifacts/org.pitest/pitest-ant/ -->
<dependency>
    <groupId>org.pitest</groupId>
    <artifactId>pitest-ant</artifactId>
    <version>0.30</version>
</dependency>
// https://jarcasting.com/artifacts/org.pitest/pitest-ant/
implementation 'org.pitest:pitest-ant:0.30'
// https://jarcasting.com/artifacts/org.pitest/pitest-ant/
implementation ("org.pitest:pitest-ant:0.30")
'org.pitest:pitest-ant:jar:0.30'
<dependency org="org.pitest" name="pitest-ant" rev="0.30">
  <artifact name="pitest-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pitest', module='pitest-ant', version='0.30')
)
libraryDependencies += "org.pitest" % "pitest-ant" % "0.30"
[org.pitest/pitest-ant "0.30"]