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