GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdsourcemap-codec |
Version | Version1.4.3 |
Type | Typejar |
Filename | Size |
---|---|
sourcemap-codec-1.4.3.pom | |
sourcemap-codec-1.4.3.jar | 8 KB |
sourcemap-codec-1.4.3-sources.jar | 22 bytes |
sourcemap-codec-1.4.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/sourcemap-codec/
implementation 'org.webjars.npm:sourcemap-codec:1.4.3'
// https://jarcasting.com/artifacts/org.webjars.npm/sourcemap-codec/
implementation ("org.webjars.npm:sourcemap-codec:1.4.3")
'org.webjars.npm:sourcemap-codec:jar:1.4.3'
<dependency org="org.webjars.npm" name="sourcemap-codec" rev="1.4.3">
<artifact name="sourcemap-codec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='sourcemap-codec', version='1.4.3')
)
libraryDependencies += "org.webjars.npm" % "sourcemap-codec" % "1.4.3"
[org.webjars.npm/sourcemap-codec "1.4.3"]