lodash-node

WebJar for lodash-node

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

lodash-node
Last Version

Last Version

3.10.2
Release Date

Release Date

Type

Type

jar
Description

Description

lodash-node
WebJar for lodash-node
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/lodash-archive/lodash-node

Download lodash-node

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

lodash-node v3.10.2

The compatibility & modern builds of lodash exported as Node.js modules.

Discontinued

This package has been discontinued in favor of lodash@npm.

Installation

Using npm:

$ {sudo -H} npm i -g npm
$ npm i --save lodash-node

In Node.js:

// load the modern build
var _ = require('lodash-node');
// or the compatibility build
var _ = require('lodash-node/compat');
// or a method category
var array = require('lodash-node/modern/array');
// or a method
var chunk = require('lodash-node/compat/array/chunk');

See the package source for more details.

org.webjars.npm

Lodash Archive

Projects no longer maintained by the Lodash organization.

Versions

Version
3.10.2
2.4.1