mirror of
https://github.com/HMCore/Core.git
synced 2025-12-10 21:06:19 +00:00
0ee724bdbe187835db3cafd9671ee6d701244db8
Bumps log4j-api from 2.14.1 to 2.16.0. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-api dependency-type: direct:production update-type: version-update:semver-minor ... 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%