(Quick Reference)

3 Installation - Reference Documentation

Authors: Lucas Rockwell

Version: 0.5.0

3 Installation

Overview

This section describes how to install the DirectoryService plugin.

Install Plugin

The DirectoryService plugin is installed like any other plugin. It can be added to BuildConfig.groovy like so:

plugins {
    compile ':directory-service:0.5.0'
}

Or you can install it from the command line from the root directory of your project:

grails install-plugin directory-service