Skip to content

Commit e110377

Browse files
committed
Release to the maven central repository, improve readme file.
1 parent 701a900 commit e110377

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
725
Underscore-java is a java port of [Underscore.js](http://underscorejs.org/).
826

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>

underscore-1.0.jar

70 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)