You are looking at preliminary documentation for a future release.
Not what you want? See the
current release documentation.
Maven Repositoryedit
Elasticsearch is hosted on Maven Central.
For example, you can define the latest version in your pom.xml
file:
<dependency> <groupId>org.elasticsearch.client</groupId> <artifactId>transport</artifactId> <version>5.2.0</version> </dependency>