MVN

io.bdrc : bdrc-auth-lib

Maven & Gradle

Sep 08, 2022
0 stars

bdrc-auth-lib · BDRC authorization library based on auth0

<dependency>
    <groupId>io.bdrc</groupId>
    <artifactId>bdrc-auth-lib</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.0

All Versions

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

Version Vulnerabilities Updated
3.0.x
bdrc-auth-lib-3.0.0
2.6.x
bdrc-auth-lib-2.6.2
bdrc-auth-lib-2.6.1
bdrc-auth-lib-2.6.0
2.5.x
bdrc-auth-lib-2.5.1
bdrc-auth-lib-2.5.0
2.4.x
bdrc-auth-lib-2.4.5
bdrc-auth-lib-2.4.4
bdrc-auth-lib-2.4.2
bdrc-auth-lib-2.4.1
bdrc-auth-lib-2.4.0
2.3.x
bdrc-auth-lib-2.3.2
bdrc-auth-lib-2.3.1
bdrc-auth-lib-2.3.0
2.1.x
bdrc-auth-lib-2.1.0
2.0.x
bdrc-auth-lib-2.0.0
1.8.x
bdrc-auth-lib-1.8.0
1.7.x
bdrc-auth-lib-1.7.0
1.6.x
bdrc-auth-lib-1.6.0
1.5.x
bdrc-auth-lib-1.5.0
1.4.x
bdrc-auth-lib-1.4.0
1.3.x
bdrc-auth-lib-1.3.0
1.2.x
bdrc-auth-lib-1.2.0
1.1.x
bdrc-auth-lib-1.1.0
1.0.x
bdrc-auth-lib-1.0.0
0.9.x
bdrc-auth-lib-0.9.0
0.8.x
bdrc-auth-lib-0.8.0
0.7.x
bdrc-auth-lib-0.7.0
0.6.x
bdrc-auth-lib-0.6.0
0.5.x
bdrc-auth-lib-0.5.0
0.4.x
bdrc-auth-lib-0.4.0
0.3.x
bdrc-auth-lib-0.3.0
0.2.x
bdrc-auth-lib-0.2.0
0.1.x
bdrc-auth-lib-0.1.0
0.0.x
bdrc-auth-lib-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.bdrc</groupId>
    <artifactId>bdrc-auth-lib</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.bdrc:bdrc-auth-lib:3.0.0'

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

implementation("io.bdrc:bdrc-auth-lib:3.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.bdrc" % "bdrc-auth-lib" % "3.0.0"

Advertisement