Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanQed committed Oct 24, 2024
1 parent 392b59f commit 5476eba
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,22 @@ To install it, you will need:
```Groovy
dependencies {
implementation group: 'com.github.romanqed', name: 'amaya-core', version: '2.0.0'
implementation group: 'com.github.romanqed', name: 'amaya-routing', version: '1.0.0'
implementation group: 'com.github.romanqed', name: 'amaya-routing', version: '1.0.1'
}
```

### Maven dependency

```
<dependency>
<groupId>io.github.amayaframework</groupId>
<artifactId>amaya-core</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>io.github.amayaframework</groupId>
<artifactId>amaya-routing</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

Expand Down

0 comments on commit 5476eba

Please sign in to comment.