is not current version
Last Version 1.9.0

org.pitest:pitest-aggregator 1.6.2

Aggregates the output of report XML documents into a new combined HTML report

GroupId

GroupId

org.pitest
ArtifactId

ArtifactId

pitest-aggregator
Version

Version

1.6.2
Type

Type

jar

Download pitest-aggregator 1.6.2


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