MVN

io.smooth-way : auth

Maven & Gradle

Oct 21, 2021
5 usages
0 stars

auth · Smooth authentication components

<dependency>
    <groupId>io.smooth-way</groupId>
    <artifactId>auth</artifactId>
    <version>0.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.smooth-way : auth to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.5

All Versions

Choose a version of io.smooth-way : auth to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
auth-0.1.0
0.0.x
auth-0.0.5
auth-0.0.2
auth-0.0.1

How to add a dependency to Maven

Add the following io.smooth-way : auth maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.smooth-way</groupId>
    <artifactId>auth</artifactId>
    <version>0.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.smooth-way : auth gradle dependency to your build.gradle file:

implementation 'io.smooth-way:auth:0.0.5'

Gradle Kotlin DSL: Add the following io.smooth-way : auth gradle kotlin dependency to your build.gradle.kts file:

implementation("io.smooth-way:auth:0.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.smooth-way : auth sbt scala dependency to your build.sbt file:

libraryDependencies += "io.smooth-way" % "auth" % "0.0.5"

Advertisement

Dependencies from Group

Oct 23, 2021
32 usages
0 stars
Oct 16, 2021
17 usages
0 stars
Oct 08, 2021
12 usages
0 stars
Oct 08, 2021
9 usages
0 stars
Sep 25, 2021
6 usages
0 stars

Discover Dependencies