is not current version
Last Version 1.9.0

org.pitest:pitest-aggregator 1.8.1

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

GroupId

GroupId

org.pitest
ArtifactId

ArtifactId

pitest-aggregator
Version

Version

1.8.1
Type

Type

jar

Download pitest-aggregator 1.8.1


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