MVN

org.webpieces.server : http-auth0login

Maven & Gradle

Sep 05, 2023
31 stars

http-auth0login · Http Router where you feed http requests in and get responses in the form of which view needs to be shown with the arguments that you need to give to that view

<dependency>
    <groupId>org.webpieces.server</groupId>
    <artifactId>http-auth0login</artifactId>
    <version>2.1.90</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webpieces.server : http-auth0login to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.90

All Versions

Choose a version of org.webpieces.server : http-auth0login to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
http-auth0login-2.1.90

How to add a dependency to Maven

Add the following org.webpieces.server : http-auth0login maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webpieces.server</groupId>
    <artifactId>http-auth0login</artifactId>
    <version>2.1.90</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webpieces.server : http-auth0login gradle dependency to your build.gradle file:

implementation 'org.webpieces.server:http-auth0login:2.1.90'

Gradle Kotlin DSL: Add the following org.webpieces.server : http-auth0login gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webpieces.server:http-auth0login:2.1.90")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webpieces.server : http-auth0login sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webpieces.server" % "http-auth0login" % "2.1.90"