Last Version

com.warrenstrange:googleauth 1.5.0

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
Version

Version

1.5.0
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 1.5.0


<!-- 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.