Skip to content

Commit

Permalink
1.Updated README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
amitjangid80 committed May 4, 2018
1 parent 76ed17b commit db25caf
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,39 @@
# multiutillib

## Setup

#### Step 1. Add the JitPack repository to your build file
##### Add it in your root build.gradle at the end of repositories:
```
allprojects{
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
#### Step 2. Add the dependency
```
dependencies {
...
implementation 'com.github.amitjangid80:multiutillib:v1.0.0'
}
```

#### Using maven:
```
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
```
#### Step 2. Add the dependency
```
<dependency>
<groupId>com.github.amitjangid80</groupId>
<artifactId>multiutillib</artifactId>
<version>v1.0.0</version>
</dependency>
```

0 comments on commit db25caf

Please sign in to comment.