Despical / Commons

Common utilities needed for Java and Minecraft
GNU General Public License v3.0
3 stars 0 forks source link
commons library minecraft

Commons

[![](https://github.com/Despical/Commons/actions/workflows/build-commons.yml/badge.svg?branch=master)](https://github.com/Despical/Commons/actions/workflows/build-commons.yml) [![](https://jitpack.io/v/Despical/Commons.svg)](https://jitpack.io/#Despical/Commons) [![](https://img.shields.io/badge/Javadocs-latest-lime.svg)](https://javadoc.jitpack.io/com/github/Despical/Commons/latest/javadoc/index.html) [![](https://img.shields.io/badge/BuyMeACoffee-Support-lime.svg?logo=BuyMeACoffee)](https://www.buymeacoffee.com/despical) Commons is a open-source library that provides utilities needed for Java and Minecraft.

Documentation

Using Commons

The project isn't in the Central Repository yet, so specifying a repository is needed.

Maven dependency ```xml jitpack.io https://jitpack.io ``` ```xml com.github.Despical Commons 1.7.8 ```
Gradle dependency ``` repositories { maven { url 'https://jitpack.io' } } ``` ``` dependencies { implementation 'com.github.Despical:Commons:1.7.8' } ```

License

This code is under GPL-3.0 License

See the LICENSE file for required notices and attributions.

Donations

Contributing

I accept Pull Requests via GitHub. There are some guidelines which will make applying PRs easier for me:

You can learn more about contributing via GitHub in contribution guidelines.

Building from source

To build this project from source code, run the following from Git Bash:

git clone https://www.github.com/Despical/Commons.git && cd Commons
mvn clean package -Dmaven.javadoc.skip=true -DskipTests

[!IMPORTANT]
Don't forget to install Maven before building.