| Manorrock.com / Products / Manorrock JSF CSV |
The JSF CSV library can be used by copying the JAR file into your web application.
If you are using Maven you can do that by using the snippet below.
<dependencies>
<dependency>
<groupId>com.manorrock.jsf</groupId>
<artifactId>com-manorrock-jsf-csv</artifactId>
<version>2.x.x</version>
</dependency>
</dependencies>
<repository>
<id>www.manorrock.com</id>
<name>Manorrock.com Maven repository</name>
<url>http://www.manorrock.com/repo</url>
</repository>