p

pitest-aggregator

Aggregates the output of report XML documents into a new combined HTML report
The Apache Software License, Version 2.0
Files download
File Operation
pitest-aggregator-1.13.2.jar download
pitest-aggregator-1.13.2.pom download
pitest-aggregator-1.13.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.pitest</groupId>
  <artifactId>pitest-aggregator</artifactId>
  <version>1.13.2</version>
</dependency>
Gradle Groovy
implementation 'org.pitest:pitest-aggregator:1.13.2'
Gradle Kotlin
implementation("org.pitest:pitest-aggregator:1.13.2")
Scala SBT
libraryDependencies += "org.pitest" % "pitest-aggregator" % "1.13.2"
Groovy Grape
@Grapes(
  @Grab(group='org.pitest', module='pitest-aggregator', version='1.13.2')
)
Apache Ivy
<dependency org="org.pitest" name="pitest-aggregator" rev="1.13.2" />
Leiningen
[org.pitest/pitest-aggregator "1.13.2"]
Apache Buildr
'org.pitest:pitest-aggregator:jar:1.13.2'