MicroPass API Client for Java

Installation

Maven

Step 1. Add the JitPack repository to your build file

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

Step 2. Add the dependency

<dependency>
    <groupId>com.github.MedzikUser</groupId>
    <artifactId>kt-micropass-api</artifactId>
    <version>-SNAPSHOT</version>
</dependency>

Gradle

Step 1. Add the JitPack repository to your build file

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

Step 2. Add the dependency

dependencies {
    implementation 'com.github.MedzikUser:kt-micropass-api:-SNAPSHOT'
}

GitHub

View Github