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