文件下载
文件名 操作
netty-http-authenticator-1.5.jar 下载
netty-http-authenticator-1.5.pom 下载
netty-http-authenticator-1.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.vzhn</groupId>
  <artifactId>netty-http-authenticator</artifactId>
  <version>1.5</version>
</dependency>
Gradle Groovy
implementation 'io.github.vzhn:netty-http-authenticator:1.5'
Gradle Kotlin
implementation("io.github.vzhn:netty-http-authenticator:1.5")
Scala SBT
libraryDependencies += "io.github.vzhn" % "netty-http-authenticator" % "1.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.vzhn', module='netty-http-authenticator', version='1.5')
)
Apache Ivy
<dependency org="io.github.vzhn" name="netty-http-authenticator" rev="1.5" />
Leiningen
[io.github.vzhn/netty-http-authenticator "1.5"]
Apache Buildr
'io.github.vzhn:netty-http-authenticator:jar:1.5'