GroupId | GroupIdcom.github.sarahbuisson |
---|---|
ArtifactId | ArtifactIdpitest-extensions |
Version | Version0.3 |
Type | Typepom |
Filename | Size |
---|---|
pitest-extensions-0.3.pom | 8 KB |
Browse |
<!-- 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"]