German net salary calucaltion REST API
Lohnsteuer from MarcelLehmann is used to calculate German salary taxes.
To build the projekct you need to add Lohnsteuer.jar from MarcelLehmann to your local maven repository:
- Download Lohnsteuer.jar
- Add the jar to your local repository:
mvn install:install-file
-Dfile=[path to the jar e.g. c:\tmp\lohnsteuer.jar]
-DgroupId=de.powerproject.lohnpap.pap
-DartifactId=lohnsteuer
-Dversion=[year e.g. 2019]
-Dpackaging=jar
-DgeneratePom=true