underscore-plus
Takes the great underscore library and adds a few more things.
Using
npm install underscore-plus
_ = require 'underscore-plus' # Has all underscore methods and more
License |
License |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdunderscore-plus |
Last Version | Last Version1.6.8 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionunderscore-plus
WebJar for underscore-plus
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
underscore-plus-1.6.8.pom | |
underscore-plus-1.6.8.jar | 8 KB |
underscore-plus-1.6.8-sources.jar | 22 bytes |
underscore-plus-1.6.8-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/underscore-plus/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>underscore-plus</artifactId>
<version>1.6.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/underscore-plus/
implementation 'org.webjars.npm:underscore-plus:1.6.8'
// https://jarcasting.com/artifacts/org.webjars.npm/underscore-plus/
implementation ("org.webjars.npm:underscore-plus:1.6.8")
'org.webjars.npm:underscore-plus:jar:1.6.8'
<dependency org="org.webjars.npm" name="underscore-plus" rev="1.6.8">
<artifact name="underscore-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='underscore-plus', version='1.6.8')
)
libraryDependencies += "org.webjars.npm" % "underscore-plus" % "1.6.8"
[org.webjars.npm/underscore-plus "1.6.8"]
Group / Artifact | Type | Version |
---|---|---|
org.webjars.npm : underscore | jar | [1.8.3,1.9) |
Takes the great underscore library and adds a few more things.
npm install underscore-plus
_ = require 'underscore-plus' # Has all underscore methods and more