Download googleauth-1.1.5.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 1.1.5 in this page.

License

The BSD 3-Clause License

Build File

You can use the following script to add googleauth-1.1.5.jar to your project.

<dependency>
   <groupId>com.warrenstrange</groupId>
   <artifactId>googleauth</artifactId>
   <version>1.1.5</version>
</dependency>
compile group: 'com.warrenstrange', name: 'googleauth', version: '1.1.5'
libraryDependencies += "com.warrenstrange" % "googleauth" % "1.1.5"
<dependency org="com.warrenstrange" name="googleauth" rev="1.1.5"/>
@Grapes(@Grab(group='com.warrenstrange', module='googleauth', version='1.1.5'))
'com.warrenstrange:googleauth:jar:1.1.5'

Download

Click the following link to download the jar file.

googleauth-1.1.5-javadoc.jar
googleauth-1.1.5-sources.jar
googleauth-1.1.5.jar
googleauth-1.1.5.pom



Related Tutorials