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

org.pitest:pitest-parent 0.30

Mutation testing system for java - parent project

Группа

Группа

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

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

pitest-parent
Версия

Версия

0.30
Тип

Тип

pom

Скачать pitest-parent 0.30

Имя Файла Размер
pitest-parent-0.30.pom 6 KB
Обзор

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