Skip to content

Commit

Permalink
RED-395 #time 15m Update the README file
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicroland committed Jul 3, 2017
1 parent 673591c commit d4be30d
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,40 @@ Available implementations :

## Usage

### From JCenter

Library releases are available on Jcenter

**Gradle**

```groovy
compile 'com.smartnsoft:log4j:1.1'
compile 'com.smartnsoft:logentries:4.4.1.3'
compile 'com.smartnsoft:logmatic:0.1.1'
```

**Maven**

```xml
<dependency>
<groupId>com.smartnsoft</groupId>
<artifactId>log4j</artifactId>
<version>1.1</version>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.smartnsoft</groupId>
<artifactId>logentries</artifactId>
<version>4.4.1.3</version>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.smartnsoft</groupId>
<artifactId>logmatic</artifactId>
<version>0.1.1</version>
<type>aar</type>
</dependency>
```
### As Library Project

Check out this repository and add it as a library project.
Expand Down

0 comments on commit d4be30d

Please sign in to comment.