| Categories | 
                CategoriesSecurity | 
        
|---|---|
| GroupId | GroupIdcom.auth0 | 
    
| ArtifactId | ArtifactIdspring-security-auth0 | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionauth0-spring-security 
            Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ 
         | 
    
| Project URL | 
                    Project URL | 
            
<!-- https://jarcasting.com/artifacts/com.auth0/spring-security-auth0/ -->
<dependency>
    <groupId>com.auth0</groupId>
    <artifactId>spring-security-auth0</artifactId>
    <version>1.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.auth0/spring-security-auth0/
implementation 'com.auth0:spring-security-auth0:1.0.0'
                // https://jarcasting.com/artifacts/com.auth0/spring-security-auth0/
implementation ("com.auth0:spring-security-auth0:1.0.0")
                'com.auth0:spring-security-auth0:jar:1.0.0'
                <dependency org="com.auth0" name="spring-security-auth0" rev="1.0.0">
  <artifact name="spring-security-auth0" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.auth0', module='spring-security-auth0', version='1.0.0')
)
                libraryDependencies += "com.auth0" % "spring-security-auth0" % "1.0.0"
                [com.auth0/spring-security-auth0 "1.0.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 1.3.5.RELEASE | 
| org.springframework.boot : spring-boot-starter-security | jar | 1.3.5.RELEASE | 
| com.auth0 : java-jwt | jar | 2.1.0 | 
| commons-codec : commons-codec | jar | 1.4 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 1.3.5.RELEASE | 
| org.springframework.security : spring-security-test | jar | 4.0.4.RELEASE |