MVN

com.amdelamar : jotp

Maven & Gradle

Feb 08, 2021
26 stars

jotp · OTP (One Time Password) utility in Java. To enable two-factor authentication (2FA) using HMAC-based) or Time-based algorithms.

<dependency>
    <groupId>com.amdelamar</groupId>
    <artifactId>jotp</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.amdelamar : jotp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of com.amdelamar : jotp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
jotp-1.3.0

How to add a dependency to Maven

Add the following com.amdelamar : jotp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.amdelamar</groupId>
    <artifactId>jotp</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.amdelamar : jotp gradle dependency to your build.gradle file:

implementation 'com.amdelamar:jotp:1.3.0'

Gradle Kotlin DSL: Add the following com.amdelamar : jotp gradle kotlin dependency to your build.gradle.kts file:

implementation("com.amdelamar:jotp:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.amdelamar : jotp sbt scala dependency to your build.sbt file:

libraryDependencies += "com.amdelamar" % "jotp" % "1.3.0"

Advertisement

Dependencies from Group

Feb 08, 2021
1 usages
67 stars
Feb 08, 2021
26 stars

Discover Dependencies

Jul 19, 2023
24 stars
Aug 03, 2023
6 usages
171 stars
Aug 16, 2022
6 usages
10 stars
Feb 05, 2021
1 usages
0 stars
Feb 03, 2021
4 usages
1.4k stars
Feb 03, 2021
2 usages
1.4k stars
Feb 16, 2021
3 usages
1 stars
Nov 15, 2022
14 usages
1.8k stars
Aug 11, 2023
8 usages
1.8k stars
Jan 10, 2022
4 stars