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