GroupId | GroupIdorg.pitest |
---|---|
ArtifactId | ArtifactIdpitest |
Version | Version0.26 |
Type | Typejar |
Filename | Size |
---|---|
pitest-0.26.pom | |
pitest-0.26.jar | 1 MB |
pitest-0.26-sources.jar | 327 KB |
pitest-0.26-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.pitest/pitest/ -->
<dependency>
<groupId>org.pitest</groupId>
<artifactId>pitest</artifactId>
<version>0.26</version>
</dependency>
// https://jarcasting.com/artifacts/org.pitest/pitest/
implementation 'org.pitest:pitest:0.26'
// https://jarcasting.com/artifacts/org.pitest/pitest/
implementation ("org.pitest:pitest:0.26")
'org.pitest:pitest:jar:0.26'
<dependency org="org.pitest" name="pitest" rev="0.26">
<artifact name="pitest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pitest', module='pitest', version='0.26')
)
libraryDependencies += "org.pitest" % "pitest" % "0.26"
[org.pitest/pitest "0.26"]