Skip to content

Azuriom/AzAuth

Repository files navigation

AzAuth

Java CI Maven Central Chat

A Java implementation of the Azuriom Auth API.

Installation

Maven

<dependencies>
    <dependency>
        <groupId>com.azuriom</groupId>
        <artifactId>azauth</artifactId>
        <version>1.0.0</version>
    </dependency>
</dependencies>

Gradle

repositories {
    mavenCentral()
}

dependencies {
    implementation 'com.azuriom:azauth:1.0.0'
}

Usage

You can find how to use AzAuth on our documentation.

Dependencies

AzAuth uses Google Gson to deserialize Json.