<plugin name='browserDetection' version='3.4.0' grailsVersion='3.0.0 &gt; *'>
  <type>org.geeks.browserdetection.BrowserDetectionGrailsPlugin</type>
  <issueManagement url='https://github.com/mathifonseca/grails-browser-detection/issues' />
  <author>Gennady Tsarik, Mathias Fonseca</author>
  <title>Browser Detection Plugin</title>
  <grailsVersion>3.0.0 &gt; *</grailsVersion>
  <authorEmail>mathifonseca@gmail.com</authorEmail>
  <description>Helps you detect browsers, versions, language and operating systems from request headers</description>
  <name>browser-detection</name>
  <documentation>http://grails.org/plugin/browser-detection</documentation>
  <profiles>[web]</profiles>
  <license>APACHE</license>
  <scm url='https://github.com/mathifonseca/grails-browser-detection' />
  <version />
  <resources>
    <resource>org.geeks.browserdetection.Application</resource>
    <resource>org.geeks.browserdetection.BrowserTagLib</resource>
    <resource>org.geeks.browserdetection.UserAgentIdentService</resource>
  </resources>
</plugin>