" />
這是xml-resolver-1.2.jar下載,Xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers and users easier.
xml-resolver-1.2.jar現(xiàn)在基本上都是采用maven來進(jìn)行開發(fā)管理,我有一個(gè)需求是需要把通過maven管理的java工程打成可執(zhí)行的jar包,這樣也就是說必需把工程依賴的jar包也一起打包。而使用maven默認(rèn)的package命令構(gòu)建的jar包中只包括了工程自身的class文件,并沒有包括依賴的jar包。
其中
xml-resolver-1.2.jar全名叫做Apache POI-the Java API for Microsoft Documents,該poi.jar包內(nèi)包含了poi.jar-3.8,poi.jar-3.9,poi.jar-3.10,馬上下載使用吧。