Skip to content

A GABStudios Java library to help with object management.

License

Notifications You must be signed in to change notification settings

gab-studios/gab-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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