Download googleauth-0.6.0.jar file - Jar g

Jar examples for g:googleauth

Description

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.

License

The BSD 3-Clause License

Build File

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'

Download

Click the following link to download the jar file.

googleauth-0.6.0-javadoc.jar
googleauth-0.6.0-sources.jar
googleauth-0.6.0.jar
googleauth-0.6.0.pom



Related Tutorials