I am making a maven project which contains a dependency with runtime scope. I want to call this jar class directly from command line. I don't have the option to make fat jar. My Jar structure is:-
one.jar
--- temp.class
.....
.....
/lib/two.jar
/lib/three.jar
suppose I want to call Temp1 class of two.jar directly from the command line.