Registry / utility / source-map

source-map

JSON →
library0.7.4javamavenunverified

WebJar for the source-map JavaScript library, providing source map generation and consumption.

<dependency> <groupId>org.webjars.npm</groupId> <artifactId>source-map</artifactId> <version>0.7.4</version> </dependency>
INSTALL
IMPORT
SIG · SOURCE-MAP
S
source-map
utilityjavav0.7.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

source-map
org.webjars.npm.source-map

Locates the source-map.js asset from the WebJar.

// This is a WebJar; include it as a dependency and access files via classpath. // Example: reading the source-map.js file import org.webjars.WebJarAssetLocator; public class Example { public static void main(String[] args) { WebJarAssetLocator locator = new WebJarAssetLocator(); String path = locator.getFullPath("source-map", "source-map.js"); System.out.println("Asset path: " + path); } }
Debug
Known issues
gotchaWebJars are client-side libraries bundled for JVM; they are not meant for direct Java import but for serving via web frameworks.
fix
Use a web framework like Spring Boot to serve the static resources from the classpath.
affects: all versions
Upgrade
Version history
0.7.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
Amazon
1
Resources
source-map — mvn dependency:get source-map · libregistry