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