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