Skip to content

HSGamer/HSCore

Repository files navigation

HSCore

Maven Central Sonatype Nexus (Snapshots) Build Status Javadocs Discord

Info

  • 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.

Affiliated Libraries

Part of the code in this repository was moved to the following repositories:

Add as a dependency

Maven

<dependencies>
  <dependency>
    <groupId>me.hsgamer</groupId>
    <artifactId>hscore-MODULE</artifactId>
    <version>VERSION</version>
  </dependency>
</dependencies>

Gradle

dependencies {
  implementation 'me.hsgamer:hscore-MODULE:VERSION'
}