is not current version
Last Version 1.5.0

com.warrenstrange:googleauth 0.5.0

GoogleAuth is a Java server library that implements the Time-based One-time Password (TOTP) algorithm specified in RFC 6238.

GroupId

GroupId

com.warrenstrange
ArtifactId

ArtifactId

googleauth
Version

Version

0.5.0
Type

Type

jar

Download googleauth 0.5.0


<!-- https://jarcasting.com/artifacts/com.warrenstrange/googleauth/ -->
<dependency>
    <groupId>com.warrenstrange</groupId>
    <artifactId>googleauth</artifactId>
    <version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.warrenstrange/googleauth/
implementation 'com.warrenstrange:googleauth:0.5.0'
// https://jarcasting.com/artifacts/com.warrenstrange/googleauth/
implementation ("com.warrenstrange:googleauth:0.5.0")
'com.warrenstrange:googleauth:jar:0.5.0'
<dependency org="com.warrenstrange" name="googleauth" rev="0.5.0">
  <artifact name="googleauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.warrenstrange', module='googleauth', version='0.5.0')
)
libraryDependencies += "com.warrenstrange" % "googleauth" % "0.5.0"
[com.warrenstrange/googleauth "0.5.0"]