Java to connect elastic search

Is there any way to connect our java program to elastic search without using maven dependencies and any other third party libraries?.Please give me the solution.

Then you need to download individually every single jar that Maven would pull in your project.
The easiest way is to use Maven or Gradle.

1 Like

Where to locate that downloaded jars..

That's hard. You can look at every single project page and find if there's a download link. Otherwise normally maven central should have all jars.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.