You are looking at documentation for an older 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</groupId> <artifactId>elasticsearch</artifactId> <version>${es.version}</version> </dependency>