License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdorg.apache.hbase.thirdparty |
ArtifactId | ArtifactIdhbase-shaded-netty |
Last Version | Last Version4.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache HBase Relocated (Shaded) Netty Libs
Pulls down netty.io, relocates nd then makes a fat new jar with them all in it.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hbase-shaded-netty-4.1.1.pom | |
hbase-shaded-netty-4.1.1.jar | 4 MB |
hbase-shaded-netty-4.1.1-sources.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-shaded-netty/ -->
<dependency>
<groupId>org.apache.hbase.thirdparty</groupId>
<artifactId>hbase-shaded-netty</artifactId>
<version>4.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-shaded-netty/
implementation 'org.apache.hbase.thirdparty:hbase-shaded-netty:4.1.1'
// https://jarcasting.com/artifacts/org.apache.hbase.thirdparty/hbase-shaded-netty/
implementation ("org.apache.hbase.thirdparty:hbase-shaded-netty:4.1.1")
'org.apache.hbase.thirdparty:hbase-shaded-netty:jar:4.1.1'
<dependency org="org.apache.hbase.thirdparty" name="hbase-shaded-netty" rev="4.1.1">
<artifact name="hbase-shaded-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hbase.thirdparty', module='hbase-shaded-netty', version='4.1.1')
)
libraryDependencies += "org.apache.hbase.thirdparty" % "hbase-shaded-netty" % "4.1.1"
[org.apache.hbase.thirdparty/hbase-shaded-netty "4.1.1"]