License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdio.github.vzhn |
ArtifactId | ArtifactIdnetty-http-authenticator |
Version | Version1.5 |
Type | Typejar |
Description |
DescriptionNetty HTTP Authenticator
HTTP authenticator for Netty
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.vzhn/netty-http-authenticator/ -->
<dependency>
<groupId>io.github.vzhn</groupId>
<artifactId>netty-http-authenticator</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.vzhn/netty-http-authenticator/
implementation 'io.github.vzhn:netty-http-authenticator:1.5'
// https://jarcasting.com/artifacts/io.github.vzhn/netty-http-authenticator/
implementation ("io.github.vzhn:netty-http-authenticator:1.5")
'io.github.vzhn:netty-http-authenticator:jar:1.5'
<dependency org="io.github.vzhn" name="netty-http-authenticator" rev="1.5">
<artifact name="netty-http-authenticator" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.vzhn', module='netty-http-authenticator', version='1.5')
)
libraryDependencies += "io.github.vzhn" % "netty-http-authenticator" % "1.5"
[io.github.vzhn/netty-http-authenticator "1.5"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-codec-http | jar | 4.1.59.Final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.eclipse.jetty : jetty-server | jar | 9.4.38.v20210224 |
org.eclipse.jetty : jetty-security | jar | 9.4.38.v20210224 |
org.eclipse.jetty : jetty-servlet | jar | 9.4.38.v20210224 |
org.apache.httpcomponents : httpclient | jar | 4.5.10 |
org.springframework : spring-core | jar | 5.2.3.RELEASE |
org.springframework.boot : spring-boot-starter-webflux | jar | 2.2.4.RELEASE |
org.springframework.security : spring-security-core | jar | 5.2.5.RELEASE |
org.projectreactor : reactor-spring | jar | 1.0.1.RELEASE |