is not current version
Last Version 1.9.0

org.pitest:pitest 0.24

Mutation testing system for java

GroupId

GroupId

org.pitest
ArtifactId

ArtifactId

pitest
Version

Version

0.24
Type

Type

jar

Download pitest 0.24


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