# Core [![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-) [![Release](https://jitpack.io/v/org.hmcore/Core.svg)](https://jitpack.io/#org.hmcore/Core) ## The Core Mod of HMCore which powers the whole system. ### 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)):

Wieland Schöbl

⚠️ 💻 📖🤔

UnrealValentin

📖 ⚠️ 💻 🤔
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!