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
Files download
File Operation
underscore-1.2.2.pom download
Apache Maven
<dependency>
  <groupId>org.jszip.redist</groupId>
  <artifactId>underscore</artifactId>
  <version>1.2.2</version>
  <type>jszip</type>
</dependency>
Gradle Groovy
implementation 'org.jszip.redist:underscore:1.2.2'
Gradle Kotlin
implementation("org.jszip.redist:underscore:1.2.2")
Scala SBT
libraryDependencies += "org.jszip.redist" % "underscore" % "1.2.2"
Groovy Grape
@Grapes(
  @Grab(group='org.jszip.redist', module='underscore', version='1.2.2')
)
Apache Ivy
<dependency org="org.jszip.redist" name="underscore" rev="1.2.2" />
Leiningen
[org.jszip.redist/underscore "1.2.2"]
Apache Buildr
'org.jszip.redist:underscore:jar:1.2.2'