diff --git a/README.md b/README.md index 5517b6e..ea549ec 100644 --- a/README.md +++ b/README.md @@ -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).