Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update the ReadMe with remote repository information
  • Loading branch information
samuel-abhishek authored Aug 2, 2021
1 parent cc03d28 commit 4db59ad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ dependencies {
testCompile 'junit:junit:4.12'
}
```
3. For using Cosin from a remote repository in separate application, add the below dependencies in entry/build.gradle file.
``` java
dependencies {
implementation 'dev.applibgroup:cosin:1.0.0'
testCompile 'junit:junit:4.12'
}
```

## Features
## Properties
Expand Down

0 comments on commit 4db59ad

Please sign in to comment.