Table of Contents
List of Examples
Table of Contents
Make sure your include the plug-in in your project. If you are using Maven, add the following dependency to your pom:
Example 2.1. Plug-in dependency
<dependency> <groupId>org.geomajas.plugin</groupId> <artifactId>geomajas-plugin-documentation</artifactId> <version>1.0.0-SNAPSHOT</version> </dependency>