Last Version

pitest-parent 1.9.0

Mutation testing system for java - parent project

License

License

GroupId

GroupId

org.pitest
ArtifactId

ArtifactId

pitest-parent
Version

Version

1.9.0
Type

Type

pom
Description

Description

pitest-parent
Mutation testing system for java - parent project
Project URL

Project URL

http://pitest.org
Project Organization

Project Organization

org.pitest
Source Code Management

Source Code Management

https://github.com/hcoles/pitest

Download pitest-parent 1.9.0

Filename Size
pitest-parent-1.9.0.pom 13 KB
Browse

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

Dependencies

test (4)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-core jar 3.6.28
org.assertj : assertj-core jar 3.22.0
org.pitest.quickbuilder : quickbuilder jar 1.2

Project Modules

  • pitest-build-config
  • pitest
  • pitest-entry
  • pitest-maven
  • pitest-ant
  • pitest-command-line
  • pitest-html-report
  • pitest-aggregator