h

hbase-shaded-netty

Pulls down netty.io, relocates nd then makes a fat new jar with them all in it.
https://hbase.apache.org/hbase-shaded-netty
Apache License, Version 2.0
The Apache Software Foundation
文件下载
文件名 操作
hbase-shaded-netty-4.1.7.jar 下载
hbase-shaded-netty-4.1.7.pom 下载
hbase-shaded-netty-4.1.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.hbase.thirdparty</groupId>
  <artifactId>hbase-shaded-netty</artifactId>
  <version>4.1.7</version>
</dependency>
Gradle Groovy
implementation 'org.apache.hbase.thirdparty:hbase-shaded-netty:4.1.7'
Gradle Kotlin
implementation("org.apache.hbase.thirdparty:hbase-shaded-netty:4.1.7")
Scala SBT
libraryDependencies += "org.apache.hbase.thirdparty" % "hbase-shaded-netty" % "4.1.7"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.hbase.thirdparty', module='hbase-shaded-netty', version='4.1.7')
)
Apache Ivy
<dependency org="org.apache.hbase.thirdparty" name="hbase-shaded-netty" rev="4.1.7" />
Leiningen
[org.apache.hbase.thirdparty/hbase-shaded-netty "4.1.7"]
Apache Buildr
'org.apache.hbase.thirdparty:hbase-shaded-netty:jar:4.1.7'
本项目依赖
该项目无第三方依赖