Skip to content

omar-meshaal/sales-tax-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tax-calculator-app

getting started

Clone the repo:

$ git clone https://github.com/omar-meshaal/sales-tax-calculator.git

requirements

  • JDK 8
  • Maven 3.5

install

mvn install

Intellij

import as maven project

Compile

mvn compile

Test

mvn test

Run

From the sales-tax-calculator directory, run:

java -cp ./target/classes com.ibm.bluemix.SalesTaxCalculator

or

mvn compile exec:java -Dexec.mainClass="com.ibm.bluemix.SalesTaxCalculator"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages