What is the Java equivalent of NuGet?
After several hours of following dead ends, installing Maven, customizing environment variables and chasing down dependencies, I eventually found that in IntelliJ under project structure
it is possible to add a library directly from Maven. Perfect!
In java world for dependency management java we can maven (Commonly used) or ivy (little used) , Gradle (Latest) .
To get install third party jar in any ide use maven update
If you use maven you will be pom.xml where you will be mention about dependency .