Table of Contents
The Geomajas SLD Project is a stand-alone project under the Geomajas banner. It's goal is to provide a code for handling and manipulating SLD data and files.
Table of Contents
In order to use this project through Maven, including the following in your dependencyManagement section:
<dependency> <groupId>org.geomajas.project</groupId> <artifactId>geomajas-project-sld-all</artifactId> <version>1.0.0</version> </dependency>
You can now add the individual modules in your dependency section without version. Maven will also help to manage the version of the project dependencies.