/MrCore

A general-purpose library used in most of my other projects

Primary LanguageJavaMIT LicenseMIT

MrCore

Latest JitPack build:

This is a simple to use library to make life easier, both for developers and users

Pull requests are welcome and will help improve the library even more!

Maven dependency

<dependency>
	<groupId>me.mrletsplay</groupId>
	<artifactId>MrCore</artifactId>
	<version>VERSION</version>
</dependency>

via the graphite-official repository

<repository>
	<id>Graphite-Official</id>
	<url>https://maven.graphite-official.com/releases</url>
</repository>

Backup Maven dependency

<dependency>
	<groupId>com.github.mrletsplay2003</groupId>
	<artifactId>MrCore</artifactId>
	<version>VERSION</version>
</dependency>

via the jitpack.io repository

<repository>
	<id>jitpack.io</id>
	<url>https://jitpack.io</url>
</repository>

For more specific information take a look at the wiki