Download transport-6.0.0-rc1.jar file - Jar t

Jar examples for t:transport

Description

Elasticsearch subproject :client:transport

You can download jar file transport 6.0.0-rc1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add transport-6.0.0-rc1.jar to your project.

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

Download

Click the following link to download the jar file.

transport-6.0.0-rc1-javadoc.jar
transport-6.0.0-rc1-sources.jar
transport-6.0.0-rc1.jar
transport-6.0.0-rc1.pom



Related Tutorials