Executor will run asynchronous/concurrent/background threads
6% of Grails users
Dependency :
compile ":executor:0.3"
6% of Grails users
Dependency :
compile ":executor:0.3"
Dependency :
compile ":help-balloons:1.4"
Dependency :
compile ":scaffold-tags:0.7.3"
The AWS SDK Plugin allows your Grails application to use the Amazon Web Services infrastructure services. It provides simple wrapper service around the official AWS SDK for Java. Using the SDK, developers can build solutions for Amazon Simple Storage Service (Amazon S3), Amazon Elastic Compute Cloud (Amazon EC2), Amazon SimpleDB, and more. Read more
Dependency :
compile ":aws-sdk:1.4.3"
Dependency :
compile ":cms:0.1.7.8"
Adds methods to domain classes to allow you to apply hierarchical "tags" to objects. Sophisticated methods for finding objects with tags or tags that are descendents of another tag. Read more
Dependency :
compile ":taxonomy:1.2"
A Grails plugin to provide tag library and service support for markdown. It can be used both for converting markdown into HTML, as well as converting HTML back into markdown.
You can either use the body of the tag to hold the markdown:
<markdown:renderHtml>This is a test of markdown.</markdown:renderHtml>
renders:
<p>This is a <em>test</em> of markdown.</p>
Or the "text" attribute:
<markdown:renderHtml text="Yet another markdown test."/>
renders:
<p>Yet <strong>another</strong> markdown test.</p>
It als...
Read moreDependency :
compile ":markdown:1.0.0.RC1"
Dependency :
compile ":br-validation:0.1"
This plugin provides the Blueprint CSS framework resource files Read more
Dependency :
compile ":blueprint:1.0.2"
Dependency :
compile ":clojure:0.6"