Manorrock.com / Products / Manorrock JSF CSV

Installation

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>

Why is it not on repo1.maven.org

While we understand that people would like to have the JARs on the main Maven repository we do not have the time to deal with it. If someone wants to spearhead a continued effort, please contact us at sales@manorrock.com.