Last Version

auth0-spring-mvc 1.2.0

Permits easy integration between Auth0 and a Spring app

Categories

Categories

Spring MVC User Interface Web Frameworks
GroupId

GroupId

com.auth0
ArtifactId

ArtifactId

auth0-spring-mvc
Version

Version

1.2.0
Type

Type

jar
Description

Description

auth0-spring-mvc
Permits easy integration between Auth0 and a Spring app
Source Code Management

Source Code Management

https://github.com/auth0/auth0-spring-mvc

Download auth0-spring-mvc 1.2.0


<!-- https://jarcasting.com/artifacts/com.auth0/auth0-spring-mvc/ -->
<dependency>
    <groupId>com.auth0</groupId>
    <artifactId>auth0-spring-mvc</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.auth0/auth0-spring-mvc/
implementation 'com.auth0:auth0-spring-mvc:1.2.0'
// https://jarcasting.com/artifacts/com.auth0/auth0-spring-mvc/
implementation ("com.auth0:auth0-spring-mvc:1.2.0")
'com.auth0:auth0-spring-mvc:jar:1.2.0'
<dependency org="com.auth0" name="auth0-spring-mvc" rev="1.2.0">
  <artifact name="auth0-spring-mvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.auth0', module='auth0-spring-mvc', version='1.2.0')
)
libraryDependencies += "com.auth0" % "auth0-spring-mvc" % "1.2.0"
[com.auth0/auth0-spring-mvc "1.2.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework : spring-core jar 4.2.6.RELEASE
org.springframework : spring-context-support jar 4.2.6.RELEASE
com.auth0 : mvc-auth-commons jar 0.1.2

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.0.1

Project Modules

There are no modules declared in this project.