Skip to content

vsachinv/grails-csv

 
 

Repository files navigation

grails-csv

The csv plugin provides utility methods and also support for reading/writing to csv files. It uses opencsv library.

Installation

Add dependency to your build.gradle for Grails 3.x:

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'
}

For further info: [https://github.com/vsachinv/grails-csv/wiki/Grails-CSV]

Packages

 
 
 

Contributors

Languages

  • Groovy 99.8%
  • Shell 0.2%