is not current version
Last Version 1.9.0

org.pitest:pitest-html-report 1.6.8

Pitest html report plugin.

GroupId

GroupId

org.pitest
ArtifactId

ArtifactId

pitest-html-report
Version

Version

1.6.8
Type

Type

jar

Download pitest-html-report 1.6.8


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