is not current version
Last Version 4.1.1

org.apache.hbase.thirdparty:hbase-shaded-netty 3.2.0

Pulls down netty.io, relocates nd then makes a fat new jar with them all in it.

Categories

Categories

Net Netty Networking
GroupId

GroupId

org.apache.hbase.thirdparty
ArtifactId

ArtifactId

hbase-shaded-netty
Version

Version

3.2.0
Type

Type

jar

Download hbase-shaded-netty 3.2.0


<!-- https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-shaded-netty/ -->
<dependency>
    <groupId>org.apache.hbase.thirdparty</groupId>
    <artifactId>hbase-shaded-netty</artifactId>
    <version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-shaded-netty/
implementation 'org.apache.hbase.thirdparty:hbase-shaded-netty:3.2.0'
// https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-shaded-netty/
implementation ("org.apache.hbase.thirdparty:hbase-shaded-netty:3.2.0")
'org.apache.hbase.thirdparty:hbase-shaded-netty:jar:3.2.0'
<dependency org="org.apache.hbase.thirdparty" name="hbase-shaded-netty" rev="3.2.0">
  <artifact name="hbase-shaded-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hbase.thirdparty', module='hbase-shaded-netty', version='3.2.0')
)
libraryDependencies += "org.apache.hbase.thirdparty" % "hbase-shaded-netty" % "3.2.0"
[org.apache.hbase.thirdparty/hbase-shaded-netty "3.2.0"]