com.warrenstrange:googleauth

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

License

License

GroupId

GroupId

com.warrenstrange
ArtifactId

ArtifactId

googleauth
Last Version

Last Version

1.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

http://maven.apache.org

Download googleauth

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
commons-codec : commons-codec jar 1.14
org.apache.httpcomponents : httpclient jar 4.5.12

test (1)

Group / Artifact Type Version
junit : junit jar 4.13

Project Modules

There are no modules declared in this project.

Versions

Version
1.5.0
1.4.0
1.3.0
1.2.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.6.0
0.5.0
0.4.5
0.4.4
0.4.3