- This is a collection of common code used in my personal projects.
- I created this core because I am too lazy to change/fix/update the same code over and over again.
- This also includes some simple/useful/complex/dumb/... features used mainly in my projects.
Part of the code in this repository was moved to the following repositories:
<dependencies>
<dependency>
<groupId>me.hsgamer</groupId>
<artifactId>hscore-MODULE</artifactId>
<version>VERSION</version>
</dependency>
</dependencies>
dependencies {
implementation 'me.hsgamer:hscore-MODULE:VERSION'
}