A simple Java web application to convert numbers to words.
- [Java] 8
Note: If you do not have [Gradle] installed then use ./gradlew for Unix systems or Git Bash and gradlew.bat for Windows systems in place of any 'gradle' command.
In order to build Numbers to Words you simply need to run the gradle build
command. You can find the compiled JAR file in ./build/libs
labeled similarly to 'NumbersToWords-x.x-SNAPSHOT.jar'.