A library that supports numeric value formatting to english words.
To consume this library see the project page here.
https://505aaron.github.io/NumberToEnglish
mvn clean install
mvn clean compile assembly:single
java -jar target/NumberToEnglish-1.0-SNAPSHOT-jar-with-dependencies.jar -v 10000
Ensure that your local maven settings are configured to your sonar server. Sonar Instructions
mvn clean verify sonar:sonar
mvn clean
git worktree add -B gh-pages site origin/gh-pages
mvn package site && \cp -rf target/site .
cd site && git add --all && git commit -nm "Publishing to gh-pages" && cd ..
git push origin gh-pages