导航

查看jar包的版本

Posted on 2010-08-24 10:21  鹤唳九天  阅读(1656)  评论(0编辑  收藏  举报

【转】比如查看spring.jar 中的Spring版本:
查看 spring.jar\META-INF\MANIFEST.MF
Manifest-Version: 1.0
Export-Package: org.springframework.orm.jpa;uses:="org.apache.commons.
 logging,org.aopalliance.intercept,org.springframework.beans,org.sprin
 gframework.dao.support,org.springframework.instrument.classloading,ja
 vax.persistence,...

Spring-Version: 2.5.4
Implementation-Title: Spring Framework
Implementation-Version: 2.5.4
Tool: Bnd-0.0.208

...

这里的2.5.4就是这个spring的版本。