не последняя версия
Последняя версия 1.0.0

org.pitest:pitest-junit5-plugin 0.12

JUnit 5 plugin for pitest

Категории

Категории

JUnit Тестирование компонентов
Группа

Группа

org.pitest
Идентификатор

Идентификатор

pitest-junit5-plugin
Версия

Версия

0.12
Тип

Тип

jar

Скачать pitest-junit5-plugin 0.12


<!-- https://jarcasting.com/artifacts/org.pitest/pitest-junit5-plugin/ -->
<dependency>
    <groupId>org.pitest</groupId>
    <artifactId>pitest-junit5-plugin</artifactId>
    <version>0.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.pitest/pitest-junit5-plugin/
implementation 'org.pitest:pitest-junit5-plugin:0.12'
// https://jarcasting.com/artifacts/org.pitest/pitest-junit5-plugin/
implementation ("org.pitest:pitest-junit5-plugin:0.12")
'org.pitest:pitest-junit5-plugin:jar:0.12'
<dependency org="org.pitest" name="pitest-junit5-plugin" rev="0.12">
  <artifact name="pitest-junit5-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pitest', module='pitest-junit5-plugin', version='0.12')
)
libraryDependencies += "org.pitest" % "pitest-junit5-plugin" % "0.12"
[org.pitest/pitest-junit5-plugin "0.12"]