You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For more information, please visit [https://manticoresearch.com/contact-us/](https://manticoresearch.com/contact-us/)
7
+
❗ WARNING: this is a development version of the client. The latest release's readme is https://github.com/manticoresoftware/manticoresearch-java/tree/2.0.3
7
8
8
9
9
10
## Requirements
10
11
11
12
Building the API client library requires:
12
13
13
-
1. Java 1.7+
14
+
1. Java 1.8+
14
15
2. Maven/Gradle
15
16
16
-
Minimum Manticore Search version is > 4.0.2 with HTTP protocol enabled.
17
+
Minimum Manticore Search version is 2.5.1 with HTTP protocol enabled.
17
18
18
19
## Installation
19
20
@@ -23,7 +24,7 @@ Add this dependency to your project's POM:
23
24
<dependency>
24
25
<groupId>com.manticoresearch</groupId>
25
26
<artifactId>manticoresearch</artifactId>
26
-
<version>3.0.0</version>
27
+
<version>3.1.0</version>
27
28
</dependency>
28
29
```
29
30
@@ -32,7 +33,7 @@ Add this dependency to your project's POM:
0 commit comments