From 9f1ce117be1b4c8fe91dfd4876399bc052542b56 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Wed, 12 May 2021 11:25:01 -0700 Subject: [PATCH] Added Gradle instructions. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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).