License |
License |
---|---|
GroupId | GroupIdcom.auth0 |
ArtifactId | ArtifactIdmvc-auth-commons |
Version | Version1.8.0 |
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.8.0.pom | |
mvc-auth-commons-1.8.0-sources.jar | 21 KB |
mvc-auth-commons-1.8.0-javadoc.jar | 129 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.auth0/mvc-auth-commons/ -->
<dependency>
<groupId>com.auth0</groupId>
<artifactId>mvc-auth-commons</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.auth0/mvc-auth-commons/
implementation 'com.auth0:mvc-auth-commons:1.8.0'
// https://jarcasting.com/artifacts/com.auth0/mvc-auth-commons/
implementation ("com.auth0:mvc-auth-commons:1.8.0")
'com.auth0:mvc-auth-commons:jar:1.8.0'
<dependency org="com.auth0" name="mvc-auth-commons" rev="1.8.0">
<artifact name="mvc-auth-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.auth0', module='mvc-auth-commons', version='1.8.0')
)
libraryDependencies += "com.auth0" % "mvc-auth-commons" % "1.8.0"
[com.auth0/mvc-auth-commons "1.8.0"]
Group / Artifact | Type | Version |
---|---|---|
com.auth0 : auth0 | jar | 1.32.0 |
com.auth0 : java-jwt | jar | 3.18.1 |
com.auth0 : jwks-rsa | jar | 0.19.0 |
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 |