From b26a7cf0ac109435166cf2c7a7f7575e7172d70a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wieland=20Sch=C3=B6bl?= Date: Tue, 11 May 2021 15:38:00 +0200 Subject: [PATCH] Update README.md --- README.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/README.md b/README.md index 6729d3a..7e3cdb7 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,45 @@ ### TODO +## Use HMCore + +### Gradle +```groovy +repositories { + maven { url 'https://jitpack.io' } +} + +dependencies { + implementation 'org.hmcore:Core:{version}' +} +``` +### Gradle Kotlin DSL +*Note: If you use Kotlin, you should probably use [core-ktx](https://github.com/HMCore/Core-ktx) instead* +```kotlin +repositories { + maven("https://jitpack.io") +} + +dependencies { + implementation("org.hmcore:Core:{version}") +} +``` +### Maven +```xml + + + jitpack.io + https://jitpack.io + + + + + org.hmcore + Core + {version} + +``` + ## Contributors ✨ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):