MVN

ch.javacamp.totp : totp-parent

Maven & Gradle

Apr 28, 2024
0 stars

ch.javacamp.totp:totp-parent · A library to help implement time-based one time passwords to enable MFA.

<dependency>
    <groupId>ch.javacamp.totp</groupId>
    <artifactId>totp-parent</artifactId>
    <version>1.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.javacamp.totp : totp-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.8.0

All Versions

Choose a version of ch.javacamp.totp : totp-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.8.x
totp-parent-1.8.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>ch.javacamp.totp</groupId>
    <artifactId>totp-parent</artifactId>
    <version>1.8.0</version>
</dependency>