From 2487a2f038faa9ab4ed3c2d3b3670b8f93fb35f5 Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Tue, 14 Oct 2014 14:31:43 -0400 Subject: [PATCH] Add download link and maven info --- readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -------