grails-aws / grails-aws

Grails plugin for Amazon Web Services
https://grails-aws.github.io/grails-aws/
Apache License 2.0
41 stars 27 forks source link

Correct repository #60

Open gilboss opened 8 years ago

gilboss commented 8 years ago

Hi I added this dependency dependencies { runtime 'org.grails.plugins:grails-aws:2.0.1' } but cannot find on repo.grails.org

Could you tell me which repo i can use? thanks

j4y commented 8 years ago

What version of grails are you using?

3.x is on master and the old versions are in branches.

https://github.com/grails-aws/grails-aws/tree/grails-2.3.x

gilboss commented 8 years ago

i am using grails 3.0.8

so i will check master or branch grails-3.0.x

tanks