Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 1.53 KB

README.md

File metadata and controls

61 lines (44 loc) · 1.53 KB

Master | Build Status | codecov.io

GAB-Manager

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.

Maven Dependency

<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>

Build

Use Maven to build - mvn package.

Required

This project requires the following:

* Java 11
* Maven

Usage

Extend or delegate this framework to implement.

More Documentation

Check the project wiki.

Copyright

Copyright 2019 Gregory Brown

License

This codebase is licensed under the Apache v2.0 License.

Feedback

Comments and feedback are greatly appreciated!!!