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 0.6.0 in this page.
The BSD 3-Clause License
You can use the following script to add googleauth-0.6.0.jar to your project.
<dependency> <groupId>com.warrenstrange</groupId> <artifactId>googleauth</artifactId> <version>0.6.0</version> </dependency>
compile group: 'com.warrenstrange', name: 'googleauth', version: '0.6.0'
libraryDependencies += "com.warrenstrange" % "googleauth" % "0.6.0"
<dependency org="com.warrenstrange" name="googleauth" rev="0.6.0"/>
@Grapes(@Grab(group='com.warrenstrange', module='googleauth', version='0.6.0'))
'com.warrenstrange:googleauth:jar:0.6.0'
Click the following link to download the jar file.
googleauth-0.6.0-javadoc.jar