| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть Netty Networking Search Прикладные библиотеки Elasticsearch |
| Группа | Группаorg.elasticsearch.plugin |
| Идентификатор | Идентификаторtransport-netty4 |
| Версия | Версия8.2.3 |
| Тип | Типjar |
| Описание |
Описаниеtransport-netty4
Netty 4 based transport implementation
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| transport-netty4-8.2.3.pom | |
| transport-netty4-8.2.3.jar | 85 KB |
| transport-netty4-8.2.3-sources.jar | 50 KB |
| transport-netty4-8.2.3-javadoc.jar | 215 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.elasticsearch.plugin/transport-netty4/ -->
<dependency>
<groupId>org.elasticsearch.plugin</groupId>
<artifactId>transport-netty4</artifactId>
<version>8.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticsearch.plugin/transport-netty4/
implementation 'org.elasticsearch.plugin:transport-netty4:8.2.3'
// https://jarcasting.com/artifacts/org.elasticsearch.plugin/transport-netty4/
implementation ("org.elasticsearch.plugin:transport-netty4:8.2.3")
'org.elasticsearch.plugin:transport-netty4:jar:8.2.3'
<dependency org="org.elasticsearch.plugin" name="transport-netty4" rev="8.2.3">
<artifact name="transport-netty4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticsearch.plugin', module='transport-netty4', version='8.2.3')
)
libraryDependencies += "org.elasticsearch.plugin" % "transport-netty4" % "8.2.3"
[org.elasticsearch.plugin/transport-netty4 "8.2.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.netty : netty-buffer | jar | 4.1.74.Final |
| io.netty : netty-codec | jar | 4.1.74.Final |
| io.netty : netty-codec-http | jar | 4.1.74.Final |
| io.netty : netty-common | jar | 4.1.74.Final |
| io.netty : netty-handler | jar | 4.1.74.Final |
| io.netty : netty-resolver | jar | 4.1.74.Final |
| io.netty : netty-transport | jar | 4.1.74.Final |