mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 17:46:53 +01:00
Improves version finder
This commit is contained in:
@@ -251,10 +251,10 @@ dependencyResolutionManagement {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Add the dependency
|
Add the dependency by using one of the versions [here](https://jitpack.io/#vitorpamplona/amethyst/)
|
||||||
|
|
||||||
```gradle
|
```gradle
|
||||||
implementation('com.github.vitorpamplona.amethyst:quartz:v0.85.1')
|
implementation('com.github.vitorpamplona.amethyst:quartz:<tag, commit, -SNAPSHOT>')
|
||||||
```
|
```
|
||||||
|
|
||||||
Manage logged in users with the `KeyPair` class
|
Manage logged in users with the `KeyPair` class
|
||||||
|
|||||||
Reference in New Issue
Block a user