The GAB Studios Object Management Library for Java. The purpose of this project is to create a framework that will allow objects to be manageable by a main management instance. Comments are welcome. Thank you.
<dependency>
<groupId>com.gabstudios</groupId>
<artifactId>gab-manager</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.gabstudios</groupId>
<artifactId>gab-validate</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
Use Maven to build - mvn package
.
This project requires the following:
* Java 11
* Maven
Extend or delegate this framework to implement.
Check the project wiki.
This codebase is licensed under the Apache v2.0 License.
Comments and feedback are greatly appreciated!!!