| License |
License |
|---|---|
| GroupId | GroupIdorg.pitest |
| ArtifactId | ArtifactIdpitest |
| Last Version | Last Version1.9.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionpitest
Mutation testing system for Java.
|
| Project URL |
Project URL |
| Project Organization |
Project Organizationorg.pitest |
| Filename | Size |
|---|---|
| pitest-1.9.0.pom | |
| pitest-1.9.0.jar | 1 MB |
| pitest-1.9.0-sources.jar | 291 KB |
| pitest-1.9.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.pitest/pitest/ -->
<dependency>
<groupId>org.pitest</groupId>
<artifactId>pitest</artifactId>
<version>1.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.pitest/pitest/
implementation 'org.pitest:pitest:1.9.0'
// https://jarcasting.com/artifacts/org.pitest/pitest/
implementation ("org.pitest:pitest:1.9.0")
'org.pitest:pitest:jar:1.9.0'
<dependency org="org.pitest" name="pitest" rev="1.9.0">
<artifact name="pitest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pitest', module='pitest', version='1.9.0')
)
libraryDependencies += "org.pitest" % "pitest" % "1.9.0"
[org.pitest/pitest "1.9.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.ow2.asm : asm-util | jar | 9.3 |
| org.ow2.asm : asm-analysis | jar | 9.3 |
| commons-lang : commons-lang | jar | 2.6 |
| jmock : jmock | jar | 1.2.0 |
| org.hamcrest : hamcrest-core | jar | 1.3 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| pl.pragmatists : JUnitParams | jar | 1.0.4 |
| nl.jqno.equalsverifier : equalsverifier | jar | 3.7.1 |
| org.mockito : mockito-core | jar | 3.6.28 |
| org.assertj : assertj-core | jar | 3.22.0 |
| org.pitest.quickbuilder : quickbuilder | jar | 1.2 |