Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdio.github.vzhn |
ArtifactId | ArtifactIdnetty-http-authenticator |
Version | Version1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.vzhn/netty-http-authenticator/ -->
<dependency>
<groupId>io.github.vzhn</groupId>
<artifactId>netty-http-authenticator</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.vzhn/netty-http-authenticator/
implementation 'io.github.vzhn:netty-http-authenticator:1.2'
// https://jarcasting.com/artifacts/io.github.vzhn/netty-http-authenticator/
implementation ("io.github.vzhn:netty-http-authenticator:1.2")
'io.github.vzhn:netty-http-authenticator:jar:1.2'
<dependency org="io.github.vzhn" name="netty-http-authenticator" rev="1.2">
<artifact name="netty-http-authenticator" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.vzhn', module='netty-http-authenticator', version='1.2')
)
libraryDependencies += "io.github.vzhn" % "netty-http-authenticator" % "1.2"
[io.github.vzhn/netty-http-authenticator "1.2"]