<plugin name='jaxrsCore' version='3.1.0' grailsVersion='3.0 &gt; *'>
  <type>org.grails.plugins.jaxrs.JaxrsCoreGrailsPlugin</type>
  <authorEmail>bud.byrd@gmail.com</authorEmail>
  <developers>[[name:Davide Cavestro, email:davide.cavestro@gmail.com], [name:Noam Y. Tenne, email:noam@10ne.org], [name:Martin Krasser, email:krasserm@googlemail.com], [name:Donald Jackson, email:donald@ddj.co.za]]</developers>
  <watchedResources>[file:./grails-app/resources/**/*Resource.groovy, file:./grails-app/providers/**/*Reader.groovy, file:./grails-app/providers/**/*Writer.groovy, file:./plugins/*/grails-app/resources/**/*Resource.groovy, file:./plugins/*/grails-app/providers/**/*Reader.groovy, file:./plugins/*/grails-app/providers/**/*Writer.groovy]</watchedResources>
  <author>Bud Byrd</author>
  <documentation>https://budjb.github.io/grails-jaxrs/3.x/latest/</documentation>
  <description>
A plugin that supports the development of RESTful web services based on the
Java API for RESTful Web Services (JAX-RS). It is targeted atdevelopers who
want to structure the web service layer of an application in a JAX-RS
compatible way but still want to continue to use Grails' powerful features
such as GORM, automated XML and JSON marshalling, Grails services, Grails
filters and so on. This plugin is an alternative to Grails' built-in
mechanism for implementing  RESTful web services.
</description>
  <title>JAX-RS Plugin</title>
  <version />
  <grailsVersion>3.0 &gt; *</grailsVersion>
  <loadAfter>[hibernate3, hibernate4, hibernate5, controllers, services, spring-security-core]</loadAfter>
  <issueManagement url='https://github.com/budjb/grails-jaxrs/issues' />
  <name>jaxrs-core</name>
  <scm url='https://github.com/budjb/grails-jaxrs' />
  <resources>
    <resource>org.grails.plugins.jaxrs.JaxrsController</resource>
    <resource>org.grails.plugins.jaxrs.Application</resource>
  </resources>
</plugin>