Ehcache Maven依赖
时间:2015-09-19 18:22:30
收藏:0
阅读:644
<!-- Ehcache start -->
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-web</artifactId>
<version>2.0.4</version>
<optional>true</optional>
</dependency>
<!-- Ehcache end -->
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-web</artifactId>
<version>2.0.4</version>
<optional>true</optional>
</dependency>
<!-- Ehcache end -->
原文:http://my.oschina.net/u/1045177/blog/508548
评论(0)