Skip to content

org.gameontext.signed-v1.0.4

Latest
Compare
Choose a tag to compare
@ebullient ebullient released this 19 Oct 19:36
· 1 commit to master since this release
449b979

Update to 'io.jsonwebtoken:jjwt-api:0.10.5'

Change in jitpack name:

Maven:

<dependency>
    <groupId>org.gameontext</groupId>
    <artifactId>signed</artifactId>
    <version>v1.0.4</version>
</dependency>

Gradle:

dependencies {
    implementation 'org.gameontext:signed:v1.0.4'
}