License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdorg.pitest |
ArtifactId | ArtifactIdpitest-junit5-plugin |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpitest-junit5-plugin
JUnit 5 plugin for pitest
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pitest-junit5-plugin-1.0.0.pom | |
pitest-junit5-plugin-1.0.0.jar | 347 KB |
pitest-junit5-plugin-1.0.0-sources.jar | 8 KB |
pitest-junit5-plugin-1.0.0-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.pitest/pitest-junit5-plugin/ -->
<dependency>
<groupId>org.pitest</groupId>
<artifactId>pitest-junit5-plugin</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.pitest/pitest-junit5-plugin/
implementation 'org.pitest:pitest-junit5-plugin:1.0.0'
// https://jarcasting.com/artifacts/org.pitest/pitest-junit5-plugin/
implementation ("org.pitest:pitest-junit5-plugin:1.0.0")
'org.pitest:pitest-junit5-plugin:jar:1.0.0'
<dependency org="org.pitest" name="pitest-junit5-plugin" rev="1.0.0">
<artifact name="pitest-junit5-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pitest', module='pitest-junit5-plugin', version='1.0.0')
)
libraryDependencies += "org.pitest" % "pitest-junit5-plugin" % "1.0.0"
[org.pitest/pitest-junit5-plugin "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.pitest : pitest | jar | 1.9.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
org.assertj : assertj-core | jar | 3.14.0 |
io.cucumber : cucumber-junit-platform-engine | jar | 5.0.0 |
io.cucumber : cucumber-java8 | jar | 5.0.0 |