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