we have used bunch of jar files in our maven spring application. Now my task is to
1. Find libraries used in our application in java.
2. then find jar file name, jar vendor, major version and minor version of jar for those used libraries in java.
fist one i,e Find libraries used in our application i did through j depend. now i have to do second task. I serached
stack overflow "Find a class somewhere inside dozens of JAR files?" and other web search but couldn't able to achieve. can any one suggest me the way to do.