MVN

dev.samstevens.totp : totp-parent

Maven & Gradle

Nov 06, 2020
378 stars

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

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

Latest Version

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

  • Latest Stable: 1.7.1

All Versions

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

Version Vulnerabilities Updated
1.7.x
totp-parent-1.7.1
1.7
totp-parent-1.7

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement