MVN

com.rooxteam.uidm.sdk : auth-lib-common

Maven & Gradle

Feb 16, 2022
2 usages

auth-lib-common · uidm-sdk-java

<dependency>
    <groupId>com.rooxteam.uidm.sdk</groupId>
    <artifactId>auth-lib-common</artifactId>
    <version>3.19.0-136</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.rooxteam.uidm.sdk : auth-lib-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.19.0-136

All Versions

Choose a version of com.rooxteam.uidm.sdk : auth-lib-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.19.x
auth-lib-common-3.19.0-136
3.18.x
auth-lib-common-3.18.0-134
3.17.x
auth-lib-common-3.17.0-132
auth-lib-common-3.17.0-131
3.16.x
auth-lib-common-3.16.1-130
auth-lib-common-3.16.0-127
3.15.x
auth-lib-common-3.15.3-123
auth-lib-common-3.15.3-122

How to add a dependency to Maven

Add the following com.rooxteam.uidm.sdk : auth-lib-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.rooxteam.uidm.sdk</groupId>
    <artifactId>auth-lib-common</artifactId>
    <version>3.19.0-136</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.rooxteam.uidm.sdk : auth-lib-common gradle dependency to your build.gradle file:

implementation 'com.rooxteam.uidm.sdk:auth-lib-common:3.19.0-136'

Gradle Kotlin DSL: Add the following com.rooxteam.uidm.sdk : auth-lib-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.rooxteam.uidm.sdk:auth-lib-common:3.19.0-136")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.rooxteam.uidm.sdk : auth-lib-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.rooxteam.uidm.sdk" % "auth-lib-common" % "3.19.0-136"

Advertisement