MVN

com.warrenstrange : googleauth

Maven & Gradle

Apr 04, 2020
34 usages
985 stars

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

<dependency>
    <groupId>com.warrenstrange</groupId>
    <artifactId>googleauth</artifactId>
    <version>1.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.warrenstrange : googleauth to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.0

All Versions

Choose a version of com.warrenstrange : googleauth to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
googleauth-1.5.0
1.4.x
googleauth-1.4.0
1.3.x
googleauth-1.3.0
1.2.x
googleauth-1.2.0
1.1.x
googleauth-1.1.5
googleauth-1.1.4
googleauth-1.1.3
googleauth-1.1.2
googleauth-1.1.1
googleauth-1.1.0
1.0.x
googleauth-1.0.0
0.6.x
googleauth-0.6.0
0.5.x
googleauth-0.5.0
0.4.x
googleauth-0.4.5
googleauth-0.4.4
googleauth-0.4.3

How to add a dependency to Maven

Add the following com.warrenstrange : googleauth maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.warrenstrange</groupId>
    <artifactId>googleauth</artifactId>
    <version>1.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.warrenstrange : googleauth gradle dependency to your build.gradle file:

implementation 'com.warrenstrange:googleauth:1.5.0'

Gradle Kotlin DSL: Add the following com.warrenstrange : googleauth gradle kotlin dependency to your build.gradle.kts file:

implementation("com.warrenstrange:googleauth:1.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.warrenstrange : googleauth sbt scala dependency to your build.sbt file:

libraryDependencies += "com.warrenstrange" % "googleauth" % "1.5.0"

Advertisement

Dependencies from Group

Apr 04, 2020
34 usages
985 stars

Discover Dependencies

Jun 26, 2015
2 usages
12.9k stars
Sep 30, 2016
29 usages
12.9k stars
Feb 17, 2019
7 usages
159 stars
May 22, 2015
0 stars
May 23, 2015
0 stars
Nov 15, 2017
3 usages
Oct 19, 2022
13 usages
88 stars