MVN

org.javastack : simpleauth

Maven & Gradle

Aug 27, 2017

org.javastack:simpleauth · Simple Authentication based in HMAC and Time (like TOTP)

<dependency>
    <groupId>org.javastack</groupId>
    <artifactId>simpleauth</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.javastack : simpleauth to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of org.javastack : simpleauth to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
simpleauth-1.0.0

How to add a dependency to Maven

Add the following org.javastack : simpleauth maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.javastack</groupId>
    <artifactId>simpleauth</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.javastack : simpleauth gradle dependency to your build.gradle file:

implementation 'org.javastack:simpleauth:1.0.0'

Gradle Kotlin DSL: Add the following org.javastack : simpleauth gradle kotlin dependency to your build.gradle.kts file:

implementation("org.javastack:simpleauth:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.javastack : simpleauth sbt scala dependency to your build.sbt file:

libraryDependencies += "org.javastack" % "simpleauth" % "1.0.0"

Advertisement

Dependencies from Group

Jan 12, 2022
3 usages
0 stars
Sep 26, 2015
2 usages
Aug 28, 2019
2 usages
3 stars
Jan 10, 2016
1 usages
May 01, 2017
1 usages

Discover Dependencies

Feb 03, 2023
3 stars
Feb 03, 2023
15 usages
3 stars
Feb 03, 2023
6 stars
Feb 03, 2023
2 usages
3 stars
Feb 03, 2023
3 stars
Feb 03, 2023
3 stars
Aug 07, 2023
5 usages
25 stars
Sep 12, 2018
7 stars