29 Star 146 Fork 37

大胃王 / ElasticSearch-Java API中文翻译

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
readme.md 742 Bytes
一键复制 编辑 原始数据 按行查看 历史
大胃王 提交于 2019-05-22 14:50 . 更新目录

Maven仓库

ES 已经托管在 Maven 中央仓库

例如:您可以在maven项目的pom.xml中加入如下依赖来使用ES:

<dependency>
  <groupId>org.elasticsearch</groupId>
  <artifactId>elasticsearch</artifactId>
  <version>6.2.2</version>
</dependency>
<dependency>
  <groupId>org.elasticsearch.client</groupId>
  <artifactId>transport</artifactId>
  <version>6.2.2</version>
</dependency>
<dependency>
  <groupId>org.elasticsearch.client</groupId>
  <artifactId>elasticsearch-rest-high-level-client</artifactId>
  <version>6.2.2</version>
</dependency>
1
https://gitee.com/consolelog/chinese_translation_of_elasticsearchjavaapi.git
git@gitee.com:consolelog/chinese_translation_of_elasticsearchjavaapi.git
consolelog
chinese_translation_of_elasticsearchjavaapi
ElasticSearch-Java API中文翻译
master

搜索帮助