License |
License |
---|---|
GroupId | GroupIdcom.auth0 |
ArtifactId | ArtifactIdmvc-auth-commons |
Last Version | Last Version1.9.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmvc-auth-commons
Java library that simplifies the use of Auth0 for server-side MVC web apps
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mvc-auth-commons-1.9.2.pom | |
mvc-auth-commons-1.9.2.jar | 26 KB |
mvc-auth-commons-1.9.2-sources.jar | 20 KB |
mvc-auth-commons-1.9.2-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.auth0/mvc-auth-commons/ -->
<dependency>
<groupId>com.auth0</groupId>
<artifactId>mvc-auth-commons</artifactId>
<version>1.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.auth0/mvc-auth-commons/
implementation 'com.auth0:mvc-auth-commons:1.9.2'
// https://jarcasting.com/artifacts/com.auth0/mvc-auth-commons/
implementation ("com.auth0:mvc-auth-commons:1.9.2")
'com.auth0:mvc-auth-commons:jar:1.9.2'
<dependency org="com.auth0" name="mvc-auth-commons" rev="1.9.2">
<artifact name="mvc-auth-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.auth0', module='mvc-auth-commons', version='1.9.2')
)
libraryDependencies += "com.auth0" % "mvc-auth-commons" % "1.9.2"
[com.auth0/mvc-auth-commons "1.9.2"]
Group / Artifact | Type | Version |
---|---|---|
com.auth0 : auth0 | jar | 1.40.2 |
com.auth0 : java-jwt | jar | 3.19.1 |
com.auth0 : jwks-rsa | jar | 0.21.1 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
org.apache.commons : commons-lang3 | jar | 3.11 |
com.google.guava : guava-annotations | jar | r03 |
commons-codec : commons-codec | jar | 1.15 |