Skip to content

Commit

Permalink
Added dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
nomemory authored and Ciobanu, Andrei-Nicolin (UK - EDC) committed Apr 2, 2017
1 parent 4bbc998 commit c4d5520
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,27 @@ Output:
```
101 + escaped: #{errNo}
```

## Installing

The library is found in the [jcenter()](https://bintray.com/nomemory/maven/aleph-formatter) repo.

**jcenter()** needs to be added as a repository.

For gradle:

```
compile 'net.andreinc.aleph:aleph-formatter:0.0.1'
```

For maven:


```
<dependency>
<groupId>net.andreinc.aleph</groupId>
<artifactId>aleph-formatter</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
```

0 comments on commit c4d5520

Please sign in to comment.