| Categories |
CategoriesJaCoCo Application Testing & Monitoring Code Coverage |
|---|---|
| GroupId | GroupIdorg.jacoco |
| ArtifactId | ArtifactIdorg.jacoco.report |
| Version | Version0.8.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| org.jacoco.report-0.8.1.pom | |
| org.jacoco.report-0.8.1.jar | 125 KB |
| org.jacoco.report-0.8.1-sources.jar | 109 KB |
| org.jacoco.report-0.8.1-javadoc.jar | 360 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jacoco/org.jacoco.report/ -->
<dependency>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.report</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jacoco/org.jacoco.report/
implementation 'org.jacoco:org.jacoco.report:0.8.1'
// https://jarcasting.com/artifacts/org.jacoco/org.jacoco.report/
implementation ("org.jacoco:org.jacoco.report:0.8.1")
'org.jacoco:org.jacoco.report:jar:0.8.1'
<dependency org="org.jacoco" name="org.jacoco.report" rev="0.8.1">
<artifact name="org.jacoco.report" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jacoco', module='org.jacoco.report', version='0.8.1')
)
libraryDependencies += "org.jacoco" % "org.jacoco.report" % "0.8.1"
[org.jacoco/org.jacoco.report "0.8.1"]