<plugin name='grailsSendgrid' version='2.0.1' grailsVersion='3.0.0 &gt; *'>
  <type>uk.co.desirableobjects.sendgrid.GrailsSendgridGrailsPlugin</type>
  <authorEmail>aj+sendgrid@desirableobjects.co.uk</authorEmail>
  <developers>[[name:Antony Jones, email:aj+sendgrid@desirableobjects.co.uk], [name:Roberto Perez, email:roberto@perezalcolea.info]]</developers>
  <author>Antony Jones</author>
  <documentation>https://github.com/desirable-objects/grails-sendgrid</documentation>
  <profiles>[web]</profiles>
  <description>Allows the sending of Email via SendGrid's services</description>
  <title>Grails SendGrid Plugin</title>
  <version />
  <grailsVersion>3.0.0 &gt; *</grailsVersion>
  <loadAfter>[mail]</loadAfter>
  <license>APACHE</license>
  <issueManagement system='Github' url='https://github.com/desirable-objects/grails-sendgrid/issues' />
  <name>grails-sendgrid</name>
  <scm url='https://github.com/desirable-objects/grails-sendgrid' />
  <resources>
    <resource>uk.co.desirableobjects.sendgrid.SendGridApiConnectorService</resource>
    <resource>uk.co.desirableobjects.sendgrid.SendGridService</resource>
    <resource>uk.co.desirableobjects.sendgrid.Application</resource>
  </resources>
</plugin>