p

pitest-html-report

Pitest html report plugin.
https://pitest.org
The Apache Software License, Version 2.0
Files download
File Operation
pitest-html-report-1.16.1.jar download
pitest-html-report-1.16.1.pom download
pitest-html-report-1.16.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.pitest</groupId>
  <artifactId>pitest-html-report</artifactId>
  <version>1.16.1</version>
</dependency>
Gradle Groovy
implementation 'org.pitest:pitest-html-report:1.16.1'
Gradle Kotlin
implementation("org.pitest:pitest-html-report:1.16.1")
Scala SBT
libraryDependencies += "org.pitest" % "pitest-html-report" % "1.16.1"
Groovy Grape
@Grapes(
  @Grab(group='org.pitest', module='pitest-html-report', version='1.16.1')
)
Apache Ivy
<dependency org="org.pitest" name="pitest-html-report" rev="1.16.1" />
Leiningen
[org.pitest/pitest-html-report "1.16.1"]
Apache Buildr
'org.pitest:pitest-html-report:jar:1.16.1'