# Core
[](#contributors-)
[](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
Wieland Schöbl ⚠️ 💻 📖🤔 |
UnrealValentin 📖 ⚠️ 💻 🤔 |