is not current version
Last Version 1.9.0

org.pitest:pitest-parent 0.23

Mutation testing system for java - parent project

GroupId

GroupId

org.pitest
ArtifactId

ArtifactId

pitest-parent
Version

Version

0.23
Type

Type

pom

Download pitest-parent 0.23

Filename Size
pitest-parent-0.23.pom 1 KB
Browse

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