| Категории |
КатегорииСеть Netty Networking |
|---|---|
| Группа | Группаch.cern.hbase.thirdparty |
| Идентификатор | Идентификаторhbase-shaded-netty |
| Версия | Версия2.1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| hbase-shaded-netty-2.1.0.pom | |
| hbase-shaded-netty-2.1.0.jar | 3 MB |
| hbase-shaded-netty-2.1.0-sources.jar | 3 MB |
| hbase-shaded-netty-2.1.0-javadoc.jar | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ch.cern.hbase.thirdparty/hbase-shaded-netty/ -->
<dependency>
<groupId>ch.cern.hbase.thirdparty</groupId>
<artifactId>hbase-shaded-netty</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.cern.hbase.thirdparty/hbase-shaded-netty/
implementation 'ch.cern.hbase.thirdparty:hbase-shaded-netty:2.1.0'
// https://jarcasting.com/artifacts/ch.cern.hbase.thirdparty/hbase-shaded-netty/
implementation ("ch.cern.hbase.thirdparty:hbase-shaded-netty:2.1.0")
'ch.cern.hbase.thirdparty:hbase-shaded-netty:jar:2.1.0'
<dependency org="ch.cern.hbase.thirdparty" name="hbase-shaded-netty" rev="2.1.0">
<artifact name="hbase-shaded-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.cern.hbase.thirdparty', module='hbase-shaded-netty', version='2.1.0')
)
libraryDependencies += "ch.cern.hbase.thirdparty" % "hbase-shaded-netty" % "2.1.0"
[ch.cern.hbase.thirdparty/hbase-shaded-netty "2.1.0"]