is not current version
Last Version 1.9.0

org.pitest:pitest-parent 1.7.0

Mutation testing system for java - parent project

GroupId

GroupId

org.pitest
ArtifactId

ArtifactId

pitest-parent
Version

Version

1.7.0
Type

Type

pom

Download pitest-parent 1.7.0

Filename Size
pitest-parent-1.7.0.pom 13 KB
Browse

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