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