mirror of
https://github.com/HMCore/Core.git
synced 2025-12-10 21:06:19 +00:00
42dc3b4e62ee635530276c958d4476b23b7d3ee3
Bumps [gson](https://github.com/google/gson) from 2.8.6 to 2.8.9. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/gson/compare/gson-parent-2.8.6...gson-parent-2.8.9) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Core
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!
Languages
Java
94.9%
Kotlin
5.1%