mirror of
https://github.com/moparisthebest/java7decimalformat
synced 2024-12-26 09:28:48 -05:00
Add download link and maven info
This commit is contained in:
parent
2c41ff6fc0
commit
2487a2f038
10
readme.md
10
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:
|
||||
|
||||
<dependency>
|
||||
<groupId>com.moparisthebest.text</groupId>
|
||||
<artifactId>java7decimalformat</artifactId>
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
|
||||
License
|
||||
-------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user