How to find dependencies for maven projects
May 14, 2021
If you have the Package name and/or the Class name
Using maven central repository listings
These are some maven central repository listings:
You can search by:
- package name or by parts of the package. Try different combinations to see if there are good results
- Package name or by parts of the Package + Class name
Example:
Input:
Search:
Example:
Using a search engine like google
You can search by:
- Package name or by parts of the Package + Class name (This worked very well)
- package name or by parts of the package. Try different combinations to see if there are good results
Using Intellij IDEA dependency search tool.
You can search by:
- package name or by parts of the package. Try different combinations to see if there are good results