File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,24 @@ underscore-java
44[ ![ Build Status] ( https://secure.travis-ci.org/javadev/underscore-java.png )] ( https://travis-ci.org/javadev/underscore-java )
55[ ![ Coverage Status] ( https://coveralls.io/repos/javadev/underscore-java/badge.png?branch=master )] ( https://coveralls.io/r/javadev/underscore-java )
66
7+ Requirements
8+ ============
9+
10+ Java 1.6 and later.
11+
12+ Installation
13+ ============
14+
15+ ### Maven users
16+
17+ Add this dependency to your project's POM:
18+
19+ <dependency>
20+ <groupId>com.github.javadev</groupId>
21+ <artifactId>underscore</artifactId>
22+ <version>1.0</version>
23+ </dependency>
24+
725Underscore-java is a java port of [ Underscore.js] ( http://underscorejs.org/ ) .
826
927In addition to porting Underscore's functionality, Underscore-java includes matching unit tests.
Original file line number Diff line number Diff line change 22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44
5- <groupId >com.github</groupId >
5+ <groupId >com.github.javadev </groupId >
66 <artifactId >underscore</artifactId >
77 <packaging >jar</packaging >
88 <version >1.0</version >
You can’t perform that action at this time.
0 commit comments