Files download
File Operation
transport-netty4-8.13.4.jar download
transport-netty4-8.13.4.pom download
transport-netty4-8.13.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.elasticsearch.plugin</groupId>
  <artifactId>transport-netty4</artifactId>
  <version>8.13.4</version>
</dependency>
Gradle Groovy
implementation 'org.elasticsearch.plugin:transport-netty4:8.13.4'
Gradle Kotlin
implementation("org.elasticsearch.plugin:transport-netty4:8.13.4")
Scala SBT
libraryDependencies += "org.elasticsearch.plugin" % "transport-netty4" % "8.13.4"
Groovy Grape
@Grapes(
  @Grab(group='org.elasticsearch.plugin', module='transport-netty4', version='8.13.4')
)
Apache Ivy
<dependency org="org.elasticsearch.plugin" name="transport-netty4" rev="8.13.4" />
Leiningen
[org.elasticsearch.plugin/transport-netty4 "8.13.4"]
Apache Buildr
'org.elasticsearch.plugin:transport-netty4:jar:8.13.4'