Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (18 loc) · 396 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 396 Bytes

escli4j (Deprecated)

Elacticsearch client with async support and meta classes generation

maven

</dependencies>
 	<dependency>
  		<groupId>com.github.gkozyryatskyy</groupId>
		<artifactId>escli4j</artifactId>
		<version>{tag}</version>
	</dependency>
</dependencies>
<repositories>
	<repository>
		<id>jitpack.io</id>
		<url>https://jitpack.io</url>
	</repository>
</repositories>