is not current version
Last Version 0.4

com.github.sarahbuisson:pitest-extensions 0.3

Extension for the project Pitest - parent project

GroupId

GroupId

com.github.sarahbuisson
ArtifactId

ArtifactId

pitest-extensions
Version

Version

0.3
Type

Type

pom

Download pitest-extensions 0.3


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