diff --git a/readme.md b/readme.md index 49605a3..1d5be6e 100644 --- a/readme.md +++ b/readme.md @@ -15,6 +15,16 @@ To use this, replace your java.text.DecimalFormat usages with com.moparisthebest com.moparisthebest.text.DecimalFormat: 1.30 java.text.DecimalFormat: 1.29 +Download +-------- +You can download this from [maven central](https://repo.maven.apache.org/maven2/com/moparisthebest/text/java7decimalformat/1.0/java7decimalformat-1.0.jar) or of course just add it to your pom.xml: + + + com.moparisthebest.text + java7decimalformat + 1.0 + + License -------