t

totp

Provides TOTP
Files download
File Operation
totp-4.1.1.jar download
totp-4.1.1.pom download
totp-4.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>eu.ralph-schuster</groupId>
  <artifactId>totp</artifactId>
  <version>4.1.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'eu.ralph-schuster:totp:4.1.1'
Gradle Kotlin
implementation("eu.ralph-schuster:totp:4.1.1")
Scala SBT
libraryDependencies += "eu.ralph-schuster" % "totp" % "4.1.1"
Groovy Grape
@Grapes(
  @Grab(group='eu.ralph-schuster', module='totp', version='4.1.1')
)
Apache Ivy
<dependency org="eu.ralph-schuster" name="totp" rev="4.1.1" />
Leiningen
[eu.ralph-schuster/totp "4.1.1"]
Apache Buildr
'eu.ralph-schuster:totp:jar:4.1.1'