Skip to content

Commit

Permalink
chore: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l committed Mar 7, 2021
1 parent 5ca437a commit 9fb101b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,14 @@ By the way, as a side note, Maoni is a Swahili word for comments or opinions.
## Getting started

This library is published on [Maven Central](https://search.maven.org/artifact/org.rm3l/maoni). So importing it should be straightforward.
Add this to your `build.gradle`:
Declare the [Maven Central repository](https://repo.maven.apache.org/maven2/) (if not done yet) and import this project:

```gradle
repositories {
//...
mavenCentral()
}
dependencies {
// ...
implementation 'org.rm3l:maoni:9.0.0@aar'
Expand Down

0 comments on commit 9fb101b

Please sign in to comment.