Skip to content

Commit

Permalink
Merge pull request #10 from vsachinv/vsachinv-patch-1
Browse files Browse the repository at this point in the history
Update README.md file for repo URL and correct dependency artifactId.
  • Loading branch information
vsachinv authored May 4, 2021
2 parents 3e8994f + ae442a9 commit efc2475
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ Add dependency to your build.gradle for Grails 3.x:
```
repositories {
...
maven { url "http://dl.bintray.com/sachinverma/plugins" }
//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" }
}
dependencies {
compile 'org.grails.plugins:grails-csv:1.0.1'
compile 'org.grails.plugins:csv:1.0.1'
}
```

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

0 comments on commit efc2475

Please sign in to comment.