Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 834 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 834 Bytes

FreeLoan

This is finansportalen.no calculation library of effective interest rate:

For any questions related this code contact Finansportalen https://www.finansportalen.no/andre-valg/kontaktskjema

The library is hosted on the maven central repository https://search.maven.org/search?q=a:free-loan

Documentation

Maven

To include the library to your Maven project. Add a dependency:

<dependency>
  <groupId>no.finansportalen</groupId>
  <artifactId>free-loan</artifactId>
  <version>1.0.0</version>
</dependency>