<plugin name='wkhtmltopdf' version='1.0.0.RC9' grailsVersion='3.0.3 &gt; *'>
  <type>org.grails.plugins.wkhtmltopdf.WkhtmltopdfGrailsPlugin</type>
  <authorEmail>tobias.nendel@scubical.com</authorEmail>
  <developers>[[name:Ronny Løvtangen, email:ronny@lovtangen.com]]</developers>
  <author>Tobias Nendel</author>
  <documentation>https://github.com/rlovtangen/grails-wkhtmltopdf</documentation>
  <profiles>[web]</profiles>
  <description>Provides a Wrapper for wkhtmltopdf, a command line tool to render HTML into PDF</description>
  <title>Wkhtmltopdf</title>
  <version />
  <observe>[controllers]</observe>
  <grailsVersion>3.0.3 &gt; *</grailsVersion>
  <loadAfter>[mail, controllers]</loadAfter>
  <license>APACHE</license>
  <pluginExcludes>[]</pluginExcludes>
  <issueManagement system='Github' url='https://github.com/rlovtangen/grails-wkhtmltopdf/issues' />
  <name>wkhtmltopdf</name>
  <scm url='https://github.com/rlovtangen/grails-wkhtmltopdf' />
  <resources>
    <resource>org.grails.plugins.wkhtmltopdf.Application</resource>
    <resource>org.grails.plugins.wkhtmltopdf.WkhtmltoxService</resource>
  </resources>
</plugin>