export-type-csv
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.lapis.jsfexporter</groupId>
<artifactId>export-type-csv</artifactId>
<version>1.0.3.Final</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.lapis.jsfexporter</groupId> <artifactId>jsf-exporter-parent</artifactId> <version>1.0.3.Final</version> <relativePath>../jsf-exporter-parent/pom.xml</relativePath> </parent> <artifactId>export-type-csv</artifactId> <packaging>jar</packaging> <name>Lapis JSF Exporter - CSV export type</name> <description>CSV export type implementation</description> <url>https://github.com/rdicroce/jsfexporter</url> <scm> <url>https://github.com/rdicroce/jsfexporter</url> <connection>scm:git:git@github.com:rdicroce/jsfexporter.git</connection> <developerConnection>scm:git:git@github.com:rdicroce/jsfexporter.git</developerConnection> <tag>1.0.3.Final</tag> </scm> <dependencies> <dependency> <groupId>com.sun.faces</groupId> <artifactId>jsf-api</artifactId> </dependency> <dependency> <groupId>com.lapis.jsfexporter</groupId> <artifactId>jsf-exporter-core</artifactId> </dependency> <dependency> <groupId>net.sf.opencsv</groupId> <artifactId>opencsv</artifactId> </dependency> </dependencies> </project>