MVN

com.atlassian : onetime

Maven & Gradle

Jul 05, 2023
64 stars

onetime · TOTP and HOTP generator and validator for multi-factor authentication

<dependency>
    <groupId>com.atlassian</groupId>
    <artifactId>onetime</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.atlassian : onetime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2

All Versions

Choose a version of com.atlassian : onetime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
onetime-2.0.2
onetime-2.0.1
onetime-2.0.0
1.0.x
onetime-1.0.2
onetime-1.0.1
onetime-1.0.0-labs
test
onetime-test

How to add a dependency to Maven

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

<dependency>
    <groupId>com.atlassian</groupId>
    <artifactId>onetime</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.atlassian : onetime gradle dependency to your build.gradle file:

implementation 'com.atlassian:onetime:2.0.2'

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

implementation("com.atlassian:onetime:2.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.atlassian : onetime sbt scala dependency to your build.sbt file:

libraryDependencies += "com.atlassian" % "onetime" % "2.0.2"