is not current version
Last Version 1.9.0

org.pitest:pitest-parent 0.30

Mutation testing system for java - parent project

GroupId

GroupId

org.pitest
ArtifactId

ArtifactId

pitest-parent
Version

Version

0.30
Type

Type

pom

Download pitest-parent 0.30

Filename Size
pitest-parent-0.30.pom 6 KB
Browse

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