How to install the Java artifact com.soywiz.korio-ext-db-elasticsearch with Maven
Java
Maven
pom.xml
com.soywiz
korio-ext-db-elasticsearch
Add the following lines to your pom.xml in the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>com.soywiz</groupId>
<artifactId>korio-ext-db-elasticsearch</artifactId>
<version>0.13.0</version>
</dependency>
/<dependencies>