GroupId | GroupIdorg.pitest |
---|---|
ArtifactId | ArtifactIdpitest-html-report |
Version | Version1.3.2 |
Type | Typejar |
Filename | Size |
---|---|
pitest-html-report-1.3.2.pom | |
pitest-html-report-1.3.2.jar | 641 KB |
pitest-html-report-1.3.2-sources.jar | 19 KB |
pitest-html-report-1.3.2-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.pitest/pitest-html-report/ -->
<dependency>
<groupId>org.pitest</groupId>
<artifactId>pitest-html-report</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.pitest/pitest-html-report/
implementation 'org.pitest:pitest-html-report:1.3.2'
// https://jarcasting.com/artifacts/org.pitest/pitest-html-report/
implementation ("org.pitest:pitest-html-report:1.3.2")
'org.pitest:pitest-html-report:jar:1.3.2'
<dependency org="org.pitest" name="pitest-html-report" rev="1.3.2">
<artifact name="pitest-html-report" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pitest', module='pitest-html-report', version='1.3.2')
)
libraryDependencies += "org.pitest" % "pitest-html-report" % "1.3.2"
[org.pitest/pitest-html-report "1.3.2"]