donalmurtagh / grails-simple-captcha

Grails plugin that creates simple image CAPTCHAs that protect against automated completion and submission of HTML forms
Apache License 2.0
6 stars 11 forks source link

dependency not found in repo #20

Open ppazos opened 4 years ago

ppazos commented 4 years ago

tried 1.0.0 and 1.0.0-grails3, actually checked the links and there is no folder for this plugin there.

| Error Error initializing classpath: Could not find org.grails.plugins:simple-captcha:1.0.0-grails3.
Searched in the following locations:
    file:/home/pablo/.m2/repository/org/grails/plugins/simple-captcha/1.0.0-grails3/simple-captcha-1.0.0-grails3.pom
    file:/home/pablo/.m2/repository/org/grails/plugins/simple-captcha/1.0.0-grails3/simple-captcha-1.0.0-grails3.jar
    https://repo.grails.org/grails/core/org/grails/plugins/simple-captcha/1.0.0-grails3/simple-captcha-1.0.0-grails3.pom
    https://repo.grails.org/grails/core/org/grails/plugins/simple-captcha/1.0.0-grails3/simple-captcha-1.0.0-grails3.jar
    https://jitpack.io/org/grails/plugins/simple-captcha/1.0.0-grails3/simple-captcha-1.0.0-grails3.pom
    https://jitpack.io/org/grails/plugins/simple-captcha/1.0.0-grails3/simple-captcha-1.0.0-grails3.jar

| Error Error initializing classpath: Could not find org.grails.plugins:simple-captcha:1.0.0.
Searched in the following locations:
    file:/home/pablo/.m2/repository/org/grails/plugins/simple-captcha/1.0.0/simple-captcha-1.0.0.pom
    file:/home/pablo/.m2/repository/org/grails/plugins/simple-captcha/1.0.0/simple-captcha-1.0.0.jar
    https://repo.grails.org/grails/core/org/grails/plugins/simple-captcha/1.0.0/simple-captcha-1.0.0.pom
    https://repo.grails.org/grails/core/org/grails/plugins/simple-captcha/1.0.0/simple-captcha-1.0.0.jar
    https://jitpack.io/org/grails/plugins/simple-captcha/1.0.0/simple-captcha-1.0.0.pom
    https://jitpack.io/org/grails/plugins/simple-captcha/1.0.0/simple-captcha-1.0.0.jar
arjunkr92 commented 3 years ago

You can get it here:

compile 'domurtag.plugins:grails-simple-captcha:1.0.0-grails3'