File tree Expand file tree Collapse file tree 1 file changed +17
-20
lines changed Expand file tree Collapse file tree 1 file changed +17
-20
lines changed Original file line number Diff line number Diff line change 1
- ## 安装
2
-
3
- ### Maven Repository
4
-
5
- Elasticsearch Java API包已经上传到 \[ Maven Central\]\( [ http://search.maven.org/\#search\|ga\|1\|a%3A"elasticsearch ] ( http://search.maven.org/#search|ga|1|a%3A"elasticsearch ) "\)
6
-
7
- 在` pom.xml ` 文件中增加:
8
-
9
- > 版本号选择自己合适的。
10
-
11
- ```
12
- <dependency>
13
- <groupId>org.elasticsearch.client</groupId>
14
- <artifactId>transport</artifactId>
15
- <version>5.6.3</version>
16
- </dependency>
17
- ```
18
-
19
-
20
-
1
+
2
+ ## 安装
3
+
4
+ ### Maven Repository
5
+
6
+ Elasticsearch Java API包已经上传到 [ Maven Central] ( http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elasticsearch%22 )
7
+
8
+ 在` pom.xml ` 文件中增加:
9
+ > 版本号选择自己合适的。
10
+
11
+ ```
12
+ <dependency>
13
+ <groupId>org.elasticsearch.client</groupId>
14
+ <artifactId>transport</artifactId>
15
+ <version>5.6.3</version>
16
+ </dependency>
17
+ ```
You can’t perform that action at this time.
0 commit comments