<dependency>
<groupId>org.elasticsearch.plugin</groupId>
<artifactId>transport-netty4-client</artifactId>
<version>6.0.0-alpha1</version>
</dependency>
libraryDependencies += "org.elasticsearch.plugin" % "transport-netty4-client" % "6.0.0-alpha1"
@Grapes(
@Grab(group='org.elasticsearch.plugin', module='transport-netty4-client', version='6.0.0-alpha1')
)
<dependency org="org.elasticsearch.plugin" name="transport-netty4-client" rev="6.0.0-alpha1" />
compile
|-- io.netty:netty-buffer:4.1.10.Final
|-- io.netty:netty-codec:4.1.10.Final
|-- io.netty:netty-codec-http:4.1.10.Final
|-- io.netty:netty-common:4.1.10.Final
|-- io.netty:netty-handler:4.1.10.Final
|-- io.netty:netty-resolver:4.1.10.Final
|-- io.netty:netty-transport:4.1.10.Final
provided
|-- org.elasticsearch:elasticsearch:6.0.0-alpha1
|-- org.locationtech.spatial4j:spatial4j:0.6
|-- com.vividsolutions:jts:1.13
|-- org.apache.logging.log4j:log4j-api:2.8.2