License |
License |
---|---|
GroupId | GroupIdcom.warrenstrange |
ArtifactId | ArtifactIdgoogleauth |
Last Version | Last Version1.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.warrenstrange:googleauth
GoogleAuth is a Java server library that implements the Time-based One-time Password (TOTP) algorithm specified
in RFC 6238.
|
Project URL |
Project URL |
Filename | Size |
---|---|
googleauth-1.5.0.pom | |
googleauth-1.5.0.jar | 22 KB |
googleauth-1.5.0-sources.jar | 25 KB |
googleauth-1.5.0-javadoc.jar | 453 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.warrenstrange/googleauth/ -->
<dependency>
<groupId>com.warrenstrange</groupId>
<artifactId>googleauth</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.warrenstrange/googleauth/
implementation 'com.warrenstrange:googleauth:1.5.0'
// https://jarcasting.com/artifacts/com.warrenstrange/googleauth/
implementation ("com.warrenstrange:googleauth:1.5.0")
'com.warrenstrange:googleauth:jar:1.5.0'
<dependency org="com.warrenstrange" name="googleauth" rev="1.5.0">
<artifact name="googleauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.warrenstrange', module='googleauth', version='1.5.0')
)
libraryDependencies += "com.warrenstrange" % "googleauth" % "1.5.0"
[com.warrenstrange/googleauth "1.5.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-codec : commons-codec | jar | 1.14 |
org.apache.httpcomponents : httpclient | jar | 4.5.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |