Code Monkey home page Code Monkey logo

hscore's Introduction

HSCore Sonatype Nexus (Releases) 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.

Modules

  • hscore
    • hscore-addon
    • hscore-builder
    • hscore-common
    • hscore-collections
    • hscore-crontime
    • hscore-downloader
      • hscore-downloader-core
      • hscore-downloader-json
      • hscore-downloader-web-stream
    • hscore-expression
    • hscore-request
    • hscore-web
    • hscore-variable
    • hscore-checker
      • hscore-checker-common
      • hscore-checker-spigotmc
      • hscore-checker-github
    • hscore-database
      • hscore-database-common
      • hscore-database-driver-mysql
      • hscore-database-driver-sqlite
      • hscore-database-driver-mariadb
      • hscore-database-driver-postgresql
      • hscore-database-driver-sqlserver
      • hscore-database-client-sql
      • hscore-database-client-hikari
      • hscore-database-client-java
      • hscore-database-client-hibernate
      • hscore-database-client-jpa
      • hscore-database-h2
    • hscore-config
      • hscore-config-common
      • hscore-config-path
      • hscore-config-simplixstorage
      • hscore-config-simpleconfiguration
      • hscore-config-annotation
      • hscore-config-annotated
      • hscore-config-proxy
    • hscore-task
    • hscore-ui
    • hscore-bukkit
      • hscore-bukkit-addon
      • hscore-bukkit-command
      • hscore-bukkit-command-extra
      • hscore-bukkit-command-sub
      • hscore-bukkit-config
      • hscore-bukkit-config-extra
      • hscore-bukkit-utils
      • hscore-bukkit-gui
      • hscore-bukkit-gui-button
      • hscore-bukkit-gui-mask
      • hscore-bukkit-gui-simple
      • hscore-bukkit-gui-advanced
      • hscore-bukkit-item
      • hscore-bukkit-baseplugin
      • hscore-bukkit-channel
      • hscore-bukkit-key
    • hscore-bungeecord
      • hscore-bungeecord-channel
      • hscore-bungeecord-config
    • hscore-minestom
      • hscore-minestom-board
      • hscore-minestom-gui

Add as a dependency (Maven)

<repositories>
  <repository>
    <id>codemc-repo</id>
    <url>https://repo.codemc.io/repository/maven-public/</url>
  </repository>
</repositories>
<dependencies>
  <dependency>
    <groupId>me.hsgamer</groupId>
    <artifactId>hscore-MODULE</artifactId>
    <version>VERSION</version>

    <!-- Add this line if you want to get the shaded artifact -->
    <classifier>jar-with-dependencies</classifier>
  </dependency>
</dependencies>

hscore's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar hsgamer avatar portlek avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.