| GroupId | GroupIdorg.webjars.npm |
|---|---|
| ArtifactId | ArtifactIdstring.prototype.trimleft |
| Version | Version2.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| string.prototype.trimleft-2.1.0.pom | |
| string.prototype.trimleft-2.1.0.jar | 11 KB |
| string.prototype.trimleft-2.1.0-sources.jar | 22 bytes |
| string.prototype.trimleft-2.1.0-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/string.prototype.trimleft/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>string.prototype.trimleft</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/string.prototype.trimleft/
implementation 'org.webjars.npm:string.prototype.trimleft:2.1.0'
// https://jarcasting.com/artifacts/org.webjars.npm/string.prototype.trimleft/
implementation ("org.webjars.npm:string.prototype.trimleft:2.1.0")
'org.webjars.npm:string.prototype.trimleft:jar:2.1.0'
<dependency org="org.webjars.npm" name="string.prototype.trimleft" rev="2.1.0">
<artifact name="string.prototype.trimleft" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='string.prototype.trimleft', version='2.1.0')
)
libraryDependencies += "org.webjars.npm" % "string.prototype.trimleft" % "2.1.0"
[org.webjars.npm/string.prototype.trimleft "2.1.0"]