is not current version
Last Version 0.32

org.pitest:pitest-maven-verification 0.29

Pitest Maven Mojo integration tests.

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.pitest
ArtifactId

ArtifactId

pitest-maven-verification
Version

Version

0.29
Type

Type

jar

Download pitest-maven-verification 0.29


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