Skip to content

A GABStudios Java library to hold unique data structures used in projects.

License

Notifications You must be signed in to change notification settings

gab-studios/gab-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAB-Collection

The GAB Studios Collection Library for Java. The purpose of this project is to hold collection type classes such as Trees, Tries, Maps and other. Comments are welcome. Thank you.

Required

This project requires the following:

* Java 8
* Maven

Maven Dependency

<dependency>
   <groupId>com.gabstudios</groupId>
   <artifactId>gab-collection</artifactId>
   <version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
   <groupId>com.gabstudios</groupId>
   <artifactId>gab-validate</artifactId>
   <version>1.0.0</version>
</dependency>

Build

Use Maven to build - mvn package.

More Documentation

Check the project wiki.

Copyright

Copyright 2015 Gregory Brown

License

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

Feedback

Comments and feedback are greatly appreciated!!!

About

A GABStudios Java library to hold unique data structures used in projects.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages