MVN

com.github.bibsysdev : auth

Maven & Gradle

Aug 21, 2023
2 stars

auth · A commons library for the NVA project

<dependency>
    <groupId>com.github.bibsysdev</groupId>
    <artifactId>auth</artifactId>
    <version>1.31.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.bibsysdev : auth to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.31.5
  • Latest Alpha: 1.24.0-alpha6

All Versions

Choose a version of com.github.bibsysdev : auth to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.31.x
auth-1.31.5
auth-1.31.4
auth-1.31.3
auth-1.31.2
auth-1.31.1
auth-1.31.0
1.30.x
auth-1.30.5
auth-1.30.4
auth-1.30.3
auth-1.30.2
auth-1.30.1
auth-1.30.0
1.29.x
auth-1.29.4
auth-1.29.3
auth-1.29.2
auth-1.29.1
auth-1.29.0
1.28.x
auth-1.28.6
auth-1.28.5
auth-1.28.4
auth-1.28.3
auth-1.28.2
auth-1.28.1
auth-1.28.0
1.27.x
auth-1.27.12
auth-1.27.11
auth-1.27.10
auth-1.27.9
auth-1.27.8
auth-1.27.7
auth-1.27.6
auth-1.27.5
auth-1.27.4
auth-1.27.3
auth-1.27.2
auth-1.27.1
auth-1.27.0
1.26.x
auth-1.26.1
auth-1.26.0
1.25.x
auth-1.25.21
auth-1.25.20
auth-1.25.19
auth-1.25.18
auth-1.25.17
auth-1.25.16
auth-1.25.15
auth-1.25.14
auth-1.25.13
auth-1.25.12
auth-1.25.11
auth-1.25.10
auth-1.25.9
auth-1.25.8
auth-1.25.7
auth-1.25.6
auth-1.25.5
auth-1.25.4
auth-1.25.3
auth-1.25.2
auth-1.25.1
auth-1.25.0
1.24.x
auth-1.24.18
auth-1.24.17
auth-1.24.16
auth-1.24.15
auth-1.24.14
auth-1.24.13
auth-1.24.12
auth-1.24.11
auth-1.24.10
auth-1.24.9
auth-1.24.8
auth-1.24.7
auth-1.24.6
auth-1.24.5
auth-1.24.4
auth-1.24.3
auth-1.24.1
auth-1.24.0-alpha6
auth-1.24.0-alpha5
auth-1.24.0-alpha4
auth-1.24.0-alpha3
auth-1.24.0-alpha2
auth-1.24.0-alpha1
1.23.x
auth-1.23.0-alpha1
1.22.x
auth-1.22.1-alpha4
auth-1.22.1-alpha3
auth-1.22.1-alpha2
auth-1.22.1-alpha1
auth-1.22.0
1.21.x
auth-1.21.1
auth-1.21.0
auth-1.21.0-alpha13
auth-1.21.0-alpha12
auth-1.21.0-alpha11
auth-1.21.0-alpha10
auth-1.21.0-alpha9
auth-1.21.0-alpha8
auth-1.21.0-alpha7
auth-1.21.0-alpha6
auth-1.21.0-alpha3
auth-1.21.0-alpha1
1.20.x
auth-1.20.23-alpha7
auth-1.20.23-alpha6

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.bibsysdev</groupId>
    <artifactId>auth</artifactId>
    <version>1.31.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.bibsysdev : auth gradle dependency to your build.gradle file:

implementation 'com.github.bibsysdev:auth:1.31.5'

Gradle Kotlin DSL: Add the following com.github.bibsysdev : auth gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.bibsysdev:auth:1.31.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.bibsysdev : auth sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.bibsysdev" % "auth" % "1.31.5"