<plugin name='grailsCacheGuava' version='1.0.0' grailsVersion='3.3.5 &gt; *'>
  <type>grails.cache.guava.GrailsCacheGuavaGrailsPlugin</type>
  <authorEmail>moritz@kobelnet.ch</authorEmail>
  <dependsOn cache='4.0.0 &gt; *' />
  <author>Moritz Kobel</author>
  <documentation>http://grails.org/plugin/grails-cache-guava</documentation>
  <profiles>[web]</profiles>
  <description>The guava cache provides a simple in memory cache with maximal capacity and TTL.
</description>
  <title>Grails Cache Guava</title>
  <version />
  <grailsVersion>3.3.5 &gt; *</grailsVersion>
  <loadAfter>[cache]</loadAfter>
  <license>APACHE</license>
  <pluginExcludes>[**/com/demo/**, grails-app/views/**, **/*.gsp]</pluginExcludes>
  <issueManagement system='GitHub' url='https://github.com/itds-ch/grails-cache-guava/issues' />
  <organization name='IT &amp; Design Solutions GmbH' url='https://www.itds.ch/' />
  <name>grails-cache-guava</name>
  <scm url='https://github.com/itds-ch/grails-cache-guava' />
  <resources>
    <resource>grails.cache.guava.Application</resource>
    <resource>grails.cache.guava.BootStrap</resource>
  </resources>
</plugin>