is not current version
Last Version 3.4.0

com.auth0:auth0-servlet 2.2.0

Add Auth0 to your Servlet by using this module

GroupId

GroupId

com.auth0
ArtifactId

ArtifactId

auth0-servlet
Version

Version

2.2.0
Type

Type

jar

Download auth0-servlet 2.2.0


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