Skip to content

Latest commit

 

History

History
68 lines (56 loc) · 2.7 KB

README.md

File metadata and controls

68 lines (56 loc) · 2.7 KB

Core

All Contributors

Release

The Core Mod of HMCore which powers the whole system.

TODO

Use HMCore

Gradle

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 instead

repositories {
    maven("https://jitpack.io")
}

dependencies {
    implementation("org.hmcore:Core:{version}")
}

Maven

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

<dependency>
    <groupId>org.hmcore</groupId>
    <artifactId>Core</artifactId>
    <version>{version}</version>
</dependency>

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Wieland Schöbl

⚠️ 💻 📖🤔

UnrealValentin

📖 ⚠️ 💻 🤔

This project follows the all-contributors specification. Contributions of any kind welcome!