MVN

dev.samstevens.totp : totp

Maven & Gradle

Nov 06, 2020
4 usages
319 stars

A library to help implement time-based one time passwords to enable MFA.

<dependency>
    <groupId>dev.samstevens.totp</groupId>
    <artifactId>totp</artifactId>
    <version>1.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.samstevens.totp : totp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.1

All Versions

Choose a version of dev.samstevens.totp : totp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
totp-1.7.1
1.7
totp-1.7
1.6.x
totp-1.6.1
1.6
totp-1.6
1.5.x
totp-1.5.1
1.5
totp-1.5
1.4
totp-1.4
1.3.x
totp-1.3.1
1.3
totp-1.3
1.2
totp-1.2

How to add a dependency to Maven

Add the following dev.samstevens.totp : totp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.samstevens.totp</groupId>
    <artifactId>totp</artifactId>
    <version>1.7.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.samstevens.totp : totp gradle dependency to your build.gradle file:

implementation 'dev.samstevens.totp:totp:1.7.1'

Gradle Kotlin DSL: Add the following dev.samstevens.totp : totp gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.samstevens.totp:totp:1.7.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.samstevens.totp : totp sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.samstevens.totp" % "totp" % "1.7.1"

Advertisement

Dependencies from Group

Nov 06, 2020
5 usages
163 stars
Nov 06, 2020
4 usages
319 stars
Nov 06, 2020
378 stars

Discover Dependencies

May 29, 2023
2 usages
536 stars
Dec 31, 2021
2 usages
Jan 21, 2022
3 usages
0 stars
Sep 13, 2011
1 usages
Sep 13, 2016
2 usages
1 stars
Sep 08, 2021
7 usages
37 stars
Jun 01, 2018
6 usages
2 stars
Sep 30, 2021
5 usages
61 stars