Jar examples for g:googleauth
GoogleAuth is a Java server library that implements the Time-based One-time Password (TOTP) algorithm specified in RFC 6238.
You can download jar file googleauth 1.1.2 in this page.
The BSD 3-Clause License
You can use the following script to add googleauth-1.1.2.jar to your project.
<dependency> <groupId>com.warrenstrange</groupId> <artifactId>googleauth</artifactId> <version>1.1.2</version> </dependency>
compile group: 'com.warrenstrange', name: 'googleauth', version: '1.1.2'
libraryDependencies += "com.warrenstrange" % "googleauth" % "1.1.2"
<dependency org="com.warrenstrange" name="googleauth" rev="1.1.2"/>
@Grapes(@Grab(group='com.warrenstrange', module='googleauth', version='1.1.2'))
'com.warrenstrange:googleauth:jar:1.1.2'
Click the following link to download the jar file.
googleauth-1.1.2-javadoc.jar