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.widget</groupId> <artifactId>geomajas-widget-advancedviews-gwt</artifactId> <version>1.15.1</version> </dependency>