is not current version
Last Version 1.9.0

org.pitest:pitest-parent 1.2.1

Mutation testing system for java - parent project

GroupId

GroupId

org.pitest
ArtifactId

ArtifactId

pitest-parent
Version

Version

1.2.1
Type

Type

pom

Download pitest-parent 1.2.1

Filename Size
pitest-parent-1.2.1.pom 9 KB
Browse

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