maven仓库
查找一个maven的仓库jar包
<dependency>
<groupId>net.fortuna.ical4j</groupId>
<artifactId>ical4j</artifactId>
<version>${ical4j.version}</version>
</dependency>
找了半天一直报错,找不到ical4j的maven的jar包,最后在这里找到了
http://mvnrepository.com/artifact/org.apache.servicemix.bundles/org.apache.servicemix.bundles.ical4j/1.0.5.2_1
这里可以找到一些想要的jar包