geomajas-client-gwt-smartgwt-archetype-documentation
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.geomajas.project</groupId> <artifactId>geomajas-client-gwt-smartgwt-archetype-documentation</artifactId> <version>1.16.0</version> </dependency>
<!-- ~ This is part of Geomajas, a GIS framework, http://www.geomajas.org/. ~ ~ Copyright 2008-2015 Geosparc nv, http://www.geosparc.com/, Belgium. ~ ~ The program is available in open source according to the GNU Affero ~ General Public License. All contributions in this program are covered ~ by the Geomajas Contributors License Agreement. For full licensing ~ details, see LICENSE.txt in the project root. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.geomajas.project</groupId> <artifactId>geomajas-project-client-gwt</artifactId> <version>1.16.0</version> </parent> <artifactId>geomajas-client-gwt-smartgwt-archetype-documentation</artifactId> <packaging>jar</packaging> <name>Geomajas GWT client: Main - Widget Archetype documentation</name> <description>Geomajas GWT client: Main - Widget Archetype documentation</description> <developers> <developer> <id>janv</id> <name>Jan Venstermans</name> <email>jan.venstermans@dfc.be</email> </developer> </developers> <!-- no source listings, point to own directory--> <properties> <listing.sourceDirectory>${basedir}</listing.sourceDirectory> </properties> </project>