Added fatJar task and standalone instructions

This commit is contained in:
Erik C. Thauvin 2023-01-04 00:04:59 -08:00
parent ac5f8e5334
commit b9c1449d55
4 changed files with 60 additions and 3 deletions

View file

@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.thauvin.erik</groupId>
<artifactId>urlencoder</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
<name>UrlEncoder</name>
<description>A simple library to encode/decode URL parameters</description>
<url>https://github.com/ethauvin/urlencoder</url>