<plugin name='qrcode' version='0.9' grailsVersion='3.0.0 &gt; *'>
  <type>grails.plugins.qrcode.QrcodeGrailsPlugin</type>
  <issueManagement system='github' url='https://github.com/goeh/grails-qrcode/issues' />
  <author>Goran Ehrsson</author>
  <title>QR Code plugin</title>
  <grailsVersion>3.0.0 &gt; *</grailsVersion>
  <authorEmail>goran@technipelago.se</authorEmail>
  <description>Allows you to create QR codes as part of your application without the need for an external service.</description>
  <name>qrcode</name>
  <documentation>https://github.com/goeh/grails-qrcode</documentation>
  <license>APACHE</license>
  <developers>[[name:Shawn Hartsock, email:hartsock@acm.org]]</developers>
  <scm url='https://github.com/goeh/grails-qrcode' />
  <version />
  <resources>
    <resource>grails.plugins.qrcode.QrcodeController</resource>
    <resource>qrcode.Application</resource>
    <resource>grails.plugins.qrcode.QrCodeService</resource>
    <resource>grails.plugins.qrcode.QrcodeTagLib</resource>
  </resources>
</plugin>