u

underscore

Underscore.js is a utility-belt library for JavaScript that provides support for the usual functional suspects (each, map, reduce, filter...) without extending any core JavaScript objects.
http://jszip.org/redist/underscore
MIT License
文件下载
文件名 操作
underscore-1.3.3.pom 下载
Apache Maven
<dependency>
  <groupId>org.jszip.redist</groupId>
  <artifactId>underscore</artifactId>
  <version>1.3.3</version>
  <type>jszip</type>
</dependency>
Gradle Groovy
implementation 'org.jszip.redist:underscore:1.3.3'
Gradle Kotlin
implementation("org.jszip.redist:underscore:1.3.3")
Scala SBT
libraryDependencies += "org.jszip.redist" % "underscore" % "1.3.3"
Groovy Grape
@Grapes(
  @Grab(group='org.jszip.redist', module='underscore', version='1.3.3')
)
Apache Ivy
<dependency org="org.jszip.redist" name="underscore" rev="1.3.3" />
Leiningen
[org.jszip.redist/underscore "1.3.3"]
Apache Buildr
'org.jszip.redist:underscore:jar:1.3.3'