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