Added Gradle instructions.

This commit is contained in:
Erik C. Thauvin 2021-05-12 11:25:01 -07:00
parent 9d483eccf4
commit 9f1ce117be

View file

@ -64,4 +64,12 @@ See the [examples](https://github.com/ethauvin/cryptoprice/blob/master/examples/
### 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).