| License |
License |
|---|---|
| GroupId | GroupIdorg.webjars.npm |
| ArtifactId | ArtifactIdlodash-node |
| Version | Version3.10.2 |
| Type | Typejar |
| Description |
Descriptionlodash-node
WebJar for lodash-node
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| lodash-node-3.10.2.pom | |
| lodash-node-3.10.2.jar | 713 KB |
| lodash-node-3.10.2-sources.jar | 22 bytes |
| lodash-node-3.10.2-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/lodash-node/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>lodash-node</artifactId>
<version>3.10.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/lodash-node/
implementation 'org.webjars.npm:lodash-node:3.10.2'
// https://jarcasting.com/artifacts/org.webjars.npm/lodash-node/
implementation ("org.webjars.npm:lodash-node:3.10.2")
'org.webjars.npm:lodash-node:jar:3.10.2'
<dependency org="org.webjars.npm" name="lodash-node" rev="3.10.2">
<artifact name="lodash-node" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='lodash-node', version='3.10.2')
)
libraryDependencies += "org.webjars.npm" % "lodash-node" % "3.10.2"
[org.webjars.npm/lodash-node "3.10.2"]