Download transport-netty4-client-5.4.2.jar file - Jar t

Jar examples for t:transport-netty4-client

Description

Netty 4 based transport implementation

You can download jar file transport-netty4-client 5.4.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add transport-netty4-client-5.4.2.jar to your project.

<dependency>
   <groupId>org.elasticsearch.plugin</groupId>
   <artifactId>transport-netty4-client</artifactId>
   <version>5.4.2</version>
</dependency>
compile group: 'org.elasticsearch.plugin', name: 'transport-netty4-client', version: '5.4.2'
libraryDependencies += "org.elasticsearch.plugin" % "transport-netty4-client" % "5.4.2"
<dependency org="org.elasticsearch.plugin" name="transport-netty4-client" rev="5.4.2"/>
@Grapes(@Grab(group='org.elasticsearch.plugin', module='transport-netty4-client', version='5.4.2'))
'org.elasticsearch.plugin:transport-netty4-client:jar:5.4.2'

Download

Click the following link to download the jar file.

transport-netty4-client-5.4.2-javadoc.jar
transport-netty4-client-5.4.2-sources.jar
transport-netty4-client-5.4.2.jar
transport-netty4-client-5.4.2.pom



Related Tutorials