We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e8994f + ae442a9 commit efc2475Copy full SHA for efc2475
README.md
@@ -11,12 +11,13 @@ Add dependency to your build.gradle for Grails 3.x:
11
```
12
repositories {
13
...
14
- 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.
15
+ maven { url "https://softclinic.jfrog.io/artifactory/grails-plugins-release" }
16
}
17
18
dependencies {
- compile 'org.grails.plugins:grails-csv:1.0.1'
19
+ compile 'org.grails.plugins:csv:1.0.1'
20
21
22
-For further info: [https://github.com/vsachinv/grails-csv/wiki/Grails-CSV]
23
+For further info: [https://github.com/vsachinv/grails-csv/wiki/Grails-CSV]
0 commit comments