me.hsgamer:hscore-downloader-web-stream

The lazy core for my personal projects


Keywords
bukkit, bukkit-api, common, configurate, database, expression-evaluator, gui, java, math, minecraft, minestom, minestom-library, spigot, spigot-api, sql
License
MIT

Documentation

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'
}