geomajas-project-api-all
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.geomajas.project</groupId> <artifactId>geomajas-project-api-all</artifactId> <version>1.0.0</version> </dependency>
<!-- ~ This is part of Geomajas, a GIS framework, http://www.geomajas.org/. ~ ~ Copyright 2008-2012 Geosparc nv, http://www.geosparc.com/, Belgium. ~ ~ The program is available in open source according to the Apache ~ License, Version 2.0. 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/maven-v4_0_0.xsd"> <parent> <groupId>org.geomajas</groupId> <artifactId>geomajas-al-parent</artifactId> <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.geomajas.project</groupId> <artifactId>geomajas-project-api-all</artifactId> <version>1.0.0</version> <packaging>pom</packaging> <name>Geomajas API project</name> <description> The Geomajas API project allows fine grained annotation of classes and individual public methods and fields to indicate that they are part of the API. Tools are provided to enable testing that the API does not change between versions. Geomajas is a component framework for building rich Internet applications (RIA) with sophisticated capabilities for the display, analysis and management of geographic information. It is a building block that allows developers to add maps and other geographic data capabilities to their web applications. </description> <scm> <connection>scm:svn:https://svn.geomajas.org/majas/tags/geomajas-project-api-all-1.0.0</connection> <developerConnection>scm:svn:https://svn.geomajas.org/majas/tags/geomajas-project-api-all-1.0.0</developerConnection> <url>http://ci.geomajas.org/svn/repos/Geomajas/list/tags/geomajas-project-api-all-1.0.0</url> </scm> <modules> <module>annotation</module> </modules> <dependencyManagement> <dependencies> <dependency> <groupId>org.geomajas.project</groupId> <artifactId>geomajas-project-api-annotation</artifactId> <version>${project.version}</version> </dependency> </dependencies> </dependencyManagement> <repositories> <repository> <id>Geomajas</id> <name>Geomajas repository</name> <url>http://maven.geomajas.org/</url> </repository> <!-- uncomment if you want to use Geomajas snapshots, comment for faster builds --> <!-- <repository> <id>Geomajas-latest</id> <name>Geomajas snapshot repository</name> <url>http://apps.geomajas.org/nexus/content/groups/latest</url> <snapshots> <enabled>true</enabled> </snapshots> </repository> --> </repositories> <pluginRepositories> <pluginRepository> <id>Geomajas</id> <name>Geomajas repository</name> <url>http://maven.geomajas.org/</url> </pluginRepository> </pluginRepositories> </project>