JAR files without version in file name

are so painful. The pain comes from the fact that you have to extract MANIFEST.MF to learn what’s inside.

> unzip -qc log4j.jar META-INF/MANIFEST.MF

or

> unzip -p log4j.jar META-INF/MANIFEST.MF

or

> vi log4j.jar