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