Convenience class that controls spamming
By Tom Ansill
Spammy
- Spammy class
- Java 8 or better
- Java Validation Library
The library is availble for download on Sonatype public Maven repository (https://oss.sonatype.org/#nexus):The library is availble for download on Sonatype public Maven repository (https://oss.sonatype.org/#nexus):
<dependency>
<groupId>com.ansill.utility.spammy</groupId>
<artifactId>spammy</artifactId>
<version>0.1.0</version>
</dependency>
Maven (or other similar build tools) can be used to build and install Spammy
$ git clone https://github.com/tomansill/spammy
$ cd spammy
$ mvn install