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>