GitHub - vsachinv/grails-csv: Grails CSV plugin extracted from its SVN repository at http://svn.codehaus.org/grails-plugins/grails-csv/trunk
The csv plugin provides utility methods and also support for reading/writing to csv files. It uses opencsv library.
repositories {
...
//maven { url "http://dl.bintray.com/sachinverma/plugins" } As Bintray services down so update with below repo url change.
//maven { url "https://softclinic.jfrog.io/artifactory/grails-plugins-release" } As Bintray services down so update with below repo url change.
maven { url 'https://jitpack.io' }
}
dependencies {
//compile 'org.grails.plugins:csv:1.0.1'
compile 'com.github.vsachinv:grails-csv:1.01'
}