Skip to content

Library that provides an easy to use set of functions to load an dynamically execute code with Reflections. (Overhaul coming in Late November 2020)

License

Notifications You must be signed in to change notification settings

aziascreations/module-addonloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Addons Loader Module

The addon loader module allows you to easily load addons in your program.

Installation

The module isn't on the Maven Central Repository, therefore a third-party repository is required.

You have to add the JitPack repository to you project's pom.xml file.

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

And this dependency.

<dependency>
	<groupId>com.github.aziascreations</groupId>
	<artifactId>module-addonloader</artifactId>
	<version>-SNAPSHOT</version>
</dependency>

If you want a specific version, you just have to change the -SNAPSHOT version to the desired commit hash or release.

If you are using another build automation tool, you can check the JitPack page to see how to do it.

Usage

You can check the wiki for a [complete guide/tour].
You can also check the tests and examples to see how to "implement" it.

Dependencies

Generic

Logging

Testing

About

Library that provides an easy to use set of functions to load an dynamically execute code with Reflections. (Overhaul coming in Late November 2020)

Topics

Resources

License

Stars

Watchers

Forks

Packages