grails-plugins / grails-spring-security-oauth2-provider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grails Spring Security OAuth2 Provider Plugin

Build Status

See documentation and the Grails plugin page for further information.

For Grails 3.3+, use the latest 3.x version. For Grails 4+, use the latest 4.x version.

If you cannot retrieve the the plugin from the Grails repos, you may need to use the following (see https://bintray.com/bluesliverx/grails-plugins/spring-security-oauth2-provider for available versions):

repositories {
  ...
  maven { url "http://dl.bintray.com/bluesliverx/grails-plugins" }
}
dependencies {
  ...
  compile 'org.grails.plugins:spring-security-oauth2-provider:<myversion>'
}

About


Languages

Language:Groovy 84.8%Language:Java 7.8%Language:CSS 5.2%Language:Shell 1.1%Language:HTML 1.0%Language:JavaScript 0.2%