Console Plugin
4% of Grails users
A web-based Groovy console for interactive runtime application management and debugging Read more
Dependency :
compile ":console:1.2"
4% of Grails users
A web-based Groovy console for interactive runtime application management and debugging Read more
Dependency :
compile ":console:1.2"
A plugin that allows you to display human readable, relative timestamps. Read more
Dependency :
compile ":pretty-time:2.1.3.Final-1.0.1"
13% of Grails users
Creates Code Coverage reports for your code Read more
Dependency :
test ":code-coverage:1.2.6"
supported by SpringSource
96% of Grails users
Provides integration between Grails and Hibernate 3 through GORM Read more
Dependency :
compile ":hibernate:3.6.10.M3"
supported by SpringSource
47% of Grails users
Grails Database Migration Plugin Read more
Dependency :
runtime ":database-migration:1.3.3"
supported by SpringSource
A plugin that adds a generic mechanism for tagging data. Read more
Dependency :
compile ":taggable:1.0.1"
The Dojo Plugin adds the Dojo toolkit to your application. This javascript library provides a complete collection of user interface controls, giving you the power to create web applications that are highly optimized for usability, performance, internationalization, accessibility, but above all deliver an incredible user experience. This plugin provides full support for <g:formRemote>, <g:remoteField>, <g:remoteFunction>, <g:remoteLink> and <g:submitToRemote>. Also adds these two tags: <dojo:pagi... Read more
Dependency :
compile ":dojo:1.7.2.0"
Dependency :
compile ":shopping-cart:0.8.2"
4% of Grails users
Excel-Import plugin uses Apache POI http://poi.apache.org/ library (v 3.7) to parse Excel files. It's useful for either bootstrapping data, or when you want to allow your users to enter some data using Excel spreadsheets. Read more
Dependency :
compile ":excel-import:1.0.0"
This plugin adds a feedType and feedVersion parameters to the render method of controllers, which if passeda valid feed type such as "rss" or "atom" and a version will expect a closure to be passed with render,which will render a feed using a custom builder. The FeedBuilder used for this accepts entry and content nodes, any propertiesof which can be set within the builder. These are beans from the ROME API so all properties thereshould work. Read more
Dependency :
compile ":feeds:1.6"