MVN

com.auth0 : auth0-servlet

Maven & Gradle

Nov 20, 2016
24 stars

auth0-servlet

<dependency>
    <groupId>com.auth0</groupId>
    <artifactId>auth0-servlet</artifactId>
    <version>3.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.auth0 : auth0-servlet to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.0

All Versions

Choose a version of com.auth0 : auth0-servlet to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4.x
auth0-servlet-3.4.0
3.3.x
auth0-servlet-3.3.2
auth0-servlet-3.3.1
auth0-servlet-3.3.0
3.2.x
auth0-servlet-3.2.0
3.1.x
auth0-servlet-3.1.0
3.0.x
auth0-servlet-3.0.0
2.2.x
auth0-servlet-2.2.2
auth0-servlet-2.2.1
auth0-servlet-2.2.0
2.1
auth0-servlet-2.1
2.0
auth0-servlet-2.0
1.4
auth0-servlet-1.4
1.3
auth0-servlet-1.3
1.2
auth0-servlet-1.2
1.1
auth0-servlet-1.1
1.0
auth0-servlet-1.0

How to add a dependency to Maven

Add the following com.auth0 : auth0-servlet maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.auth0</groupId>
    <artifactId>auth0-servlet</artifactId>
    <version>3.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.auth0 : auth0-servlet gradle dependency to your build.gradle file:

implementation 'com.auth0:auth0-servlet:3.4.0'

Gradle Kotlin DSL: Add the following com.auth0 : auth0-servlet gradle kotlin dependency to your build.gradle.kts file:

implementation("com.auth0:auth0-servlet:3.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.auth0 : auth0-servlet sbt scala dependency to your build.sbt file:

libraryDependencies += "com.auth0" % "auth0-servlet" % "3.4.0"

Advertisement

Dependencies from Group

Mar 31, 2023
627 usages
5.3k stars
Jul 28, 2023
65 usages
176 stars
Jul 18, 2023
13 usages
265 stars
Jan 11, 2023
9 usages
65 stars
Jul 18, 2023
4 usages
39 stars

Discover Dependencies