Initial Commit

This commit is contained in:
Isaac Parenteau
2019-07-20 12:39:03 -05:00
commit 79529ecc40
66 changed files with 6549 additions and 0 deletions

17
README.md Normal file
View File

@ -0,0 +1,17 @@
Locusworks Commons
=
- Library with common generic functions
Install
==
Maven
===
```xml
<dependency>
<groupId>net.locusworks</groupId>
<artifactId>locusworks-commons</artifactId>
<version>1.1.0-RELEASE</version>
</dependency>
```