MVN

org.appng : appng-authentication

Maven & Gradle

Sep 30, 2021
1 stars

appNG Authentication · Authentication Application

<dependency>
    <groupId>org.appng</groupId>
    <artifactId>appng-authentication</artifactId>
    <version>1.13.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.appng : appng-authentication to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.13.1

All Versions

Choose a version of org.appng : appng-authentication to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.13.x
appng-authentication-1.13.1
appng-authentication-1.13.0
1.12.x
appng-authentication-1.12.0
1.11.x
appng-authentication-1.11.2
appng-authentication-1.11.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.appng</groupId>
    <artifactId>appng-authentication</artifactId>
    <version>1.13.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.appng : appng-authentication gradle dependency to your build.gradle file:

implementation 'org.appng:appng-authentication:1.13.1'

Gradle Kotlin DSL: Add the following org.appng : appng-authentication gradle kotlin dependency to your build.gradle.kts file:

implementation("org.appng:appng-authentication:1.13.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.appng : appng-authentication sbt scala dependency to your build.sbt file:

libraryDependencies += "org.appng" % "appng-authentication" % "1.13.1"