Skip to content

faystmax/exchange-rates-api-client

Repository files navigation

Exchange Rates Java Api Client

Jitpack Build Codacy Badge GitHub license

Unofficial Java Api Client for https://exchangeratesapi.io/ made with Retrofit 2.7

Installation

Add the JitPack repository to your build file

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

Add dependency

dependencies {
    implementation 'com.github.faystmax:exchange-rates-api-client:1.1.0'
}

Build

To build this project run this from base directory:

./gradlew clean build

For windows users:

gradlew.bat clean build

License

This project is licensed under the terms of the MIT license - see the LICENSE.md file for details

About

Unofficial Java Api Client for "https://exchangeratesapi.io/" made with Retrofit 2.7

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages