Added Gradle instructions.
This commit is contained in:
parent
9d483eccf4
commit
9f1ce117be
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -64,4 +64,12 @@ See the [examples](https://github.com/ethauvin/cryptoprice/blob/master/examples/
|
||||||
|
|
||||||
### Gradle, Maven, etc.
|
### Gradle, Maven, etc.
|
||||||
|
|
||||||
Instructions for using with Gradle, Maven, Ivy, etc. can be found on [Maven Central](https://search.maven.org/artifact/net.thauvin.erik/cryptoprice/0.9.0/jar).
|
To use with [Gradle](https://gradle.org/), include the following dependency in your [build](https://github.com/ethauvin/cryptoprice/blob/master/examples/build.gradle.kts) file:
|
||||||
|
|
||||||
|
```gradle
|
||||||
|
dependencies {
|
||||||
|
implementation("net.thauvin.erik:cryptoprice:0.9.0")
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
Instructions for using with Maven, Ivy, etc. can be found on [Maven Central](https://search.maven.org/artifact/net.thauvin.erik/cryptoprice/0.9.0/jar).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue