GroupId | GroupIdcom.github.sarahbuisson |
---|---|
ArtifactId | ArtifactIdpitest-scm-extension |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
pitest-scm-extension-0.3.pom | |
pitest-scm-extension-0.3.jar | 12 KB |
pitest-scm-extension-0.3-sources.jar | 6 KB |
pitest-scm-extension-0.3-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sarahbuisson/pitest-scm-extension/ -->
<dependency>
<groupId>com.github.sarahbuisson</groupId>
<artifactId>pitest-scm-extension</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sarahbuisson/pitest-scm-extension/
implementation 'com.github.sarahbuisson:pitest-scm-extension:0.3'
// https://jarcasting.com/artifacts/com.github.sarahbuisson/pitest-scm-extension/
implementation ("com.github.sarahbuisson:pitest-scm-extension:0.3")
'com.github.sarahbuisson:pitest-scm-extension:jar:0.3'
<dependency org="com.github.sarahbuisson" name="pitest-scm-extension" rev="0.3">
<artifact name="pitest-scm-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sarahbuisson', module='pitest-scm-extension', version='0.3')
)
libraryDependencies += "com.github.sarahbuisson" % "pitest-scm-extension" % "0.3"
[com.github.sarahbuisson/pitest-scm-extension "0.3"]