is not current version
Last Version 1.5.0

com.warrenstrange:googleauth 1.1.2

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

1.1.2
Type

Type

jar

Download googleauth 1.1.2


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