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
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.webjars.npm |
| Идентификатор | Идентификаторunderscore-plus |
| Последняя версия | Последняя версия1.6.8 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеunderscore-plus
WebJar for underscore-plus
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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