java port of Underscore.js
Java JavaScript
Latest commit 858120d Nov 12, 2016 @javadev committed on GitHub Add lastIndex(array), distinct(array) and distinctBy(array, func) met…
…hods.
Permalink
Failed to load latest commit information.
examples Add fromJson example method. Dec 21, 2015
lodash-plugin Add lastIndex(array), distinct(array) and distinctBy(array, func) met… Nov 12, 2016
math-plugin Add lastIndex(array), distinct(array) and distinctBy(array, func) met… Nov 12, 2016
src Add lastIndex(array), distinct(array) and distinctBy(array, func) met… Nov 12, 2016
string-plugin Add lastIndex(array), distinct(array) and distinctBy(array, func) met… Nov 12, 2016
.travis.yml Update .travis.yml Nov 5, 2016
.vexor.yml Create .vexor.yml Aug 28, 2015
LICENSE.txt Update and rename LICENSE to LICENSE.txt Aug 14, 2016
README.md Add version 1.20 jar file and description. Nov 1, 2016
appveyor.yml Add push(values), pop(), shift() and unshift(values) method to the lo… Jul 28, 2016
checkstyle.xml Improve checkstyle settings. Jul 31, 2016
pom-central.xml Prepare for the version 1.20. Nov 1, 2016
pom.xml Update pom.xml Nov 5, 2016
shippable.yml Update shippable.yml Sep 13, 2015
underscore-1.0.jar Release to the maven central repository, improve readme file. Jan 4, 2015
underscore-1.1.jar Add support for the methods filter and reject to the chain object. Apr 4, 2015
underscore-1.10.jar Add version 1.10 jar file and description. Jan 1, 2016
underscore-1.11.jar Add version 1.11 jar file and description. Feb 4, 2016
underscore-1.12.jar Add version 1.12 jar file and description. Mar 1, 2016
underscore-1.13.jar Add version 1.13 jar file and description. Apr 1, 2016
underscore-1.14.jar Add version 1.14 jar file and description. May 3, 2016
underscore-1.15.jar Add version 1.15 jar file and description. Jun 1, 2016
underscore-1.16.jar Add version 1.16 jar file and description. Jul 1, 2016
underscore-1.17.jar Add version 1.17 jar file and description. Aug 1, 2016
underscore-1.18.jar Add version 1.18 jar file and description. Sep 1, 2016
underscore-1.19.jar Add version 1.19 jar file and description. Oct 7, 2016
underscore-1.2.jar Add methods last, initial, rest to the chain(). May 1, 2015
underscore-1.20.jar Add version 1.20 jar file and description. Nov 1, 2016
underscore-1.3.jar Add version 1.3 jar file and description. Jun 1, 2015
underscore-1.4.jar Introduce underscore-lodash plugin 1.0. Jul 1, 2015
underscore-1.5.jar Improve version to the 1.5 Aug 1, 2015
underscore-1.6.jar Add version 1.6 jar file and description. Sep 1, 2015
underscore-1.7.jar Add version 1.7 jar file and description. Oct 1, 2015
underscore-1.8.jar Add version 1.8 jar file and description. Nov 2, 2015
underscore-1.9.jar Add version 1.9 jar file and description. Dec 1, 2015
wercker.yml Update wercker.yml Jun 11, 2016

README.md

underscore-java

Maven Central MIT License Build Status Coverage Status codecov.io Circle CI Build Status Codeship Status for javadev/underscore-java wercker status Build Status Vexor status Build status Build Status Run Status Dependency Status Codacy Badge

Join the chat at https://gitter.im/javadev/underscore-java

Requirements

Java 1.6 and later.

Installation

Include the following in your pom.xml for Maven:

<dependencies>
  <dependency>
    <groupId>com.github.javadev</groupId>
    <artifactId>underscore</artifactId>
    <version>1.20</version>
  </dependency>
  ...
</dependencies>

Underscore-java is a java port of Underscore.js.

In addition to porting Underscore's functionality, Underscore-java includes matching unit tests.

For docs, license, tests, and downloads, see: http://javadev.github.io/underscore-java

Thanks to Jeremy Ashkenas and all contributors to Underscore.js.