jaxen (Jaxen is an open source XPath library written in Java.)
google-gson (Gson is a Java library that can be used to convert Java Objects into their JSON representation. )
Fastjson (Fastjson是一個Java語言編寫的高性能功能完善的JSON庫。)
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.1.23</version>
</dependency>
Druid (Druid首先是一個數據庫鏈接池。Druid是目前最好的數據庫鏈接池,在功能、性能、擴展性方面,都超過其餘數據庫鏈接池,包括DBCP、C3P0、BoneCP、Proxool、JBoss DataSource。)
<dependencies>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
<version>0.2.12</version>
</dependency>
</dependencies>