| GroupId | GroupIdorg.webjars.npm |
|---|---|
| ArtifactId | ArtifactIdistanbul-lib-report |
| Version | Version2.0.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| istanbul-lib-report-2.0.5.pom | |
| istanbul-lib-report-2.0.5.jar | 16 KB |
| istanbul-lib-report-2.0.5-sources.jar | 22 bytes |
| istanbul-lib-report-2.0.5-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/istanbul-lib-report/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>istanbul-lib-report</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/istanbul-lib-report/
implementation 'org.webjars.npm:istanbul-lib-report:2.0.5'
// https://jarcasting.com/artifacts/org.webjars.npm/istanbul-lib-report/
implementation ("org.webjars.npm:istanbul-lib-report:2.0.5")
'org.webjars.npm:istanbul-lib-report:jar:2.0.5'
<dependency org="org.webjars.npm" name="istanbul-lib-report" rev="2.0.5">
<artifact name="istanbul-lib-report" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='istanbul-lib-report', version='2.0.5')
)
libraryDependencies += "org.webjars.npm" % "istanbul-lib-report" % "2.0.5"
[org.webjars.npm/istanbul-lib-report "2.0.5"]