Afaik, those files are a kind of jar files, you can unzip them, and open the manifest.MF file which contains that version information and their dependencies, which is allocated in the meta-inf folder.
look at the puppet jenkins module since it uses that implementation to check whether the version is new one.
https://github.com/jenkinsci/puppet-jenkins
I hope it helps