is not current version
Last Version 1.9.0

org.pitest:pitest-html-report 1.1.1

Pitest html report plugin.

GroupId

GroupId

org.pitest
ArtifactId

ArtifactId

pitest-html-report
Version

Version

1.1.1
Type

Type

jar

Download pitest-html-report 1.1.1


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