<plugin name='underscore' version='1.5.2' grailsVersion='2.0 &gt; *'>
  <author>Michael Stogowski</author>
  <authorEmail>stogi86@gmail.com</authorEmail>
  <title>Underscore Plugin</title>
  <description>Simple plugin wrapper for useful Underscore.js library.</description>
  <documentation>https://github.com/stogi/grails-underscore</documentation>
  <type>UnderscoreGrailsPlugin</type>
  <resources>
    <resource>UnderscoreResources</resource>
  </resources>
  <repositories>
    <repository name='grailsCentral' url='http://grails.org/plugins' />
    <repository name='http://repo.grails.org/grails/core' url='http://repo.grails.org/grails/core/' />
    <repository name='mavenCentral' url='http://repo1.maven.org/maven2/' />
  </repositories>
  <dependencies />
  <plugins />
  <runtimePluginRequirements />
  <behavior />
</plugin>