Skip to content

Releases: Vi-Nk/jTOTP

1.0.1 - black-bar

23 May 11:16
d692121

Choose a tag to compare

What's Changed

  • Add proper deployment modifications for maven central by @Vi-Nk in #1

Full Changelog: 1.0.0-alpha...1.0.1

Usage versions :

Gradle (Groovy DSL)

dependencies {
    implementation 'io.github.vi-nk:jtotp:1.0.1-54'
}

Maven

<dependency>
    <groupId>io.github.vi-nk</groupId>
    <artifactId>jtotp</artifactId>
    <version>1.0.1-54</version>
</dependency>

1.0.0-alpha - ancient-wood

11 May 14:51
df19cf9

Choose a tag to compare

Pre-release
Update README to include Javadoc badge