MVN

io.github.vzhn : netty-http-authenticator

Maven & Gradle

Jun 03, 2021
12 stars

Netty HTTP Authenticator · HTTP authenticator for Netty

<dependency>
    <groupId>io.github.vzhn</groupId>
    <artifactId>netty-http-authenticator</artifactId>
    <version>1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.vzhn : netty-http-authenticator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5

All Versions

Choose a version of io.github.vzhn : netty-http-authenticator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5
netty-http-authenticator-1.5
1.4
netty-http-authenticator-1.4
1.3
netty-http-authenticator-1.3
1.2
netty-http-authenticator-1.2
1.1
netty-http-authenticator-1.1

How to add a dependency to Maven

Add the following io.github.vzhn : netty-http-authenticator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.vzhn</groupId>
    <artifactId>netty-http-authenticator</artifactId>
    <version>1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.vzhn : netty-http-authenticator gradle dependency to your build.gradle file:

implementation 'io.github.vzhn:netty-http-authenticator:1.5'

Gradle Kotlin DSL: Add the following io.github.vzhn : netty-http-authenticator gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.vzhn:netty-http-authenticator:1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.vzhn : netty-http-authenticator sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.vzhn" % "netty-http-authenticator" % "1.5"