MVN

com.auth0 : auth0-spring-mvc

Maven & Gradle

Nov 20, 2016
1 usages
3 stars

auth0-spring-mvc · Permits easy integration between Auth0 and a Spring app

<dependency>
    <groupId>com.auth0</groupId>
    <artifactId>auth0-spring-mvc</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.2.0

All Versions

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

Version Vulnerabilities Updated
1.2.x
auth0-spring-mvc-1.2.0
1.1.x
auth0-spring-mvc-1.1.2
auth0-spring-mvc-1.1.1
auth0-spring-mvc-1.1.0
1.0.x
auth0-spring-mvc-1.0.0
0.2.x
auth0-spring-mvc-0.2.0
0.1.x
auth0-spring-mvc-0.1.0
0.0.x
auth0-spring-mvc-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.auth0</groupId>
    <artifactId>auth0-spring-mvc</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.auth0:auth0-spring-mvc:1.2.0'

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

implementation("com.auth0:auth0-spring-mvc:1.2.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.auth0" % "auth0-spring-mvc" % "1.2.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