Files
commons/README.md
Isaac Parenteau 79529ecc40 Initial Commit
2019-07-20 12:39:03 -05:00

17 lines
252 B
Markdown

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