| License | License
                                                        BSD-3-Clause                                                 | 
|---|---|
| Categories | CategoriesJavaScript Languages | 
| GroupId | GroupIdorg.webjars.npm | 
| ArtifactId | ArtifactIdsource-map-js | 
| Last Version | Last Version1.0.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionsource-map-js WebJar for source-map-js | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| source-map-js-1.0.2.pom | |
| source-map-js-1.0.2.jar | 194 KB | 
| source-map-js-1.0.2-sources.jar | 22 bytes | 
| source-map-js-1.0.2-javadoc.jar | 22 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.webjars.npm/source-map-js/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>source-map-js</artifactId>
    <version>1.0.2</version>
</dependency>// https://jarcasting.com/artifacts/org.webjars.npm/source-map-js/
implementation 'org.webjars.npm:source-map-js:1.0.2'// https://jarcasting.com/artifacts/org.webjars.npm/source-map-js/
implementation ("org.webjars.npm:source-map-js:1.0.2")'org.webjars.npm:source-map-js:jar:1.0.2'<dependency org="org.webjars.npm" name="source-map-js" rev="1.0.2">
  <artifact name="source-map-js" type="jar" />
</dependency>@Grapes(
@Grab(group='org.webjars.npm', module='source-map-js', version='1.0.2')
)libraryDependencies += "org.webjars.npm" % "source-map-js" % "1.0.2"[org.webjars.npm/source-map-js "1.0.2"]