dependabot[bot] 30d8815c78 Bump log4j-core from 2.14.1 to 2.16.0
Bumps log4j-core from 2.14.1 to 2.16.0.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-16 13:36:56 +00:00
2021-04-12 13:08:40 +02:00
2021-05-10 17:45:58 +02:00
2021-05-04 23:08:33 +02:00
2021-05-10 13:29:00 +02:00
2021-04-11 12:23:42 +02:00
2021-04-11 12:23:42 +02:00
2021-04-11 12:23:42 +02:00
2021-04-29 22:19:13 +02:00
2021-04-11 12:23:42 +02:00
2021-05-11 15:38:00 +02:00
2021-04-11 12:23:42 +02:00

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!

Description
The Core Mod powering the whole system. This is the only thing required for a custom eco-system.
Readme MIT 607 KiB
Languages
Java 94.9%
Kotlin 5.1%