GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdleft-pad |
Version | Version1.1.3 |
Type | Typejar |
Filename | Size |
---|---|
left-pad-1.1.3.pom | |
left-pad-1.1.3.jar | 7 KB |
left-pad-1.1.3-sources.jar | 22 bytes |
left-pad-1.1.3-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/left-pad/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>left-pad</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/left-pad/
implementation 'org.webjars.npm:left-pad:1.1.3'
// https://jarcasting.com/artifacts/org.webjars.npm/left-pad/
implementation ("org.webjars.npm:left-pad:1.1.3")
'org.webjars.npm:left-pad:jar:1.1.3'
<dependency org="org.webjars.npm" name="left-pad" rev="1.1.3">
<artifact name="left-pad" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='left-pad', version='1.1.3')
)
libraryDependencies += "org.webjars.npm" % "left-pad" % "1.1.3"
[org.webjars.npm/left-pad "1.1.3"]