is not current version
Last Version 3.4.0

com.auth0:auth0-servlet 1.3

Add Auth0 to your Servlet by using this module

GroupId

GroupId

com.auth0
ArtifactId

ArtifactId

auth0-servlet
Version

Version

1.3
Type

Type

jar

Download auth0-servlet 1.3


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