Hi,
I tried to use dependency
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-high-level-client</artifactId>
<version>7.11.0</version>
</dependency>
but I got exception -
Could not find artifact org.elasticsearch:elasticsearch-plugin-classloader:pom:7.11.0 in central (https://repo.maven.apache.org/maven2)
Any help? Thanks