MVN

dev.uni-hamburg : timedrift-totp-java

Maven & Gradle

Jul 13, 2023
0 stars

timedrift-totp-java · Implements RFC 6238 with a mechanism to support time drifting hardware tokens which do not support time syncs.

<dependency>
    <groupId>dev.uni-hamburg</groupId>
    <artifactId>timedrift-totp-java</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.uni-hamburg : timedrift-totp-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of dev.uni-hamburg : timedrift-totp-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
timedrift-totp-java-2.0.1
timedrift-totp-java-2.0.0
0.2.x
timedrift-totp-java-0.2.0

How to add a dependency to Maven

Add the following dev.uni-hamburg : timedrift-totp-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.uni-hamburg</groupId>
    <artifactId>timedrift-totp-java</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.uni-hamburg : timedrift-totp-java gradle dependency to your build.gradle file:

implementation 'dev.uni-hamburg:timedrift-totp-java:2.0.1'

Gradle Kotlin DSL: Add the following dev.uni-hamburg : timedrift-totp-java gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.uni-hamburg:timedrift-totp-java:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.uni-hamburg : timedrift-totp-java sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.uni-hamburg" % "timedrift-totp-java" % "2.0.1"