Skip to content

lgtm-migrator/AzAuth

 
 

Repository files navigation

AzAuth

Java CI Language grade 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.

About

A Java implementation of the Azuriom Auth API.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 100.0%