GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdsource-map-loader |
Version | Version0.1.6 |
Type | Typejar |
Filename | Size |
---|---|
source-map-loader-0.1.6.pom | |
source-map-loader-0.1.6.jar | 10 KB |
source-map-loader-0.1.6-sources.jar | 22 bytes |
source-map-loader-0.1.6-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/source-map-loader/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>source-map-loader</artifactId>
<version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/source-map-loader/
implementation 'org.webjars.npm:source-map-loader:0.1.6'
// https://jarcasting.com/artifacts/org.webjars.npm/source-map-loader/
implementation ("org.webjars.npm:source-map-loader:0.1.6")
'org.webjars.npm:source-map-loader:jar:0.1.6'
<dependency org="org.webjars.npm" name="source-map-loader" rev="0.1.6">
<artifact name="source-map-loader" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='source-map-loader', version='0.1.6')
)
libraryDependencies += "org.webjars.npm" % "source-map-loader" % "0.1.6"
[org.webjars.npm/source-map-loader "0.1.6"]