is not current version
Last Version 1.9.0

org.pitest:pitest 0.23

Mutation testing system for java

GroupId

GroupId

org.pitest
ArtifactId

ArtifactId

pitest
Version

Version

0.23
Type

Type

jar

Download pitest 0.23


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