| License |
License |
|---|---|
| GroupId | GroupIdorg.webjars.npm |
| ArtifactId | ArtifactIdsourcemap-codec |
| Version | Version1.4.8 |
| Type | Typejar |
| Description |
Descriptionsourcemap-codec
WebJar for sourcemap-codec
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| sourcemap-codec-1.4.8.pom | |
| sourcemap-codec-1.4.8.jar | 14 KB |
| sourcemap-codec-1.4.8-sources.jar | 22 bytes |
| sourcemap-codec-1.4.8-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/sourcemap-codec/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>sourcemap-codec</artifactId>
<version>1.4.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/sourcemap-codec/
implementation 'org.webjars.npm:sourcemap-codec:1.4.8'
// https://jarcasting.com/artifacts/org.webjars.npm/sourcemap-codec/
implementation ("org.webjars.npm:sourcemap-codec:1.4.8")
'org.webjars.npm:sourcemap-codec:jar:1.4.8'
<dependency org="org.webjars.npm" name="sourcemap-codec" rev="1.4.8">
<artifact name="sourcemap-codec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='sourcemap-codec', version='1.4.8')
)
libraryDependencies += "org.webjars.npm" % "sourcemap-codec" % "1.4.8"
[org.webjars.npm/sourcemap-codec "1.4.8"]