Geomajas Geometry core

Geomajas Geometry Core: Defines a DTO geometry model that is GWT compatible.

License

License

Categories

Categories

Geo Business Logic Libraries Geospatial
GroupId

GroupId

org.geomajas.project
ArtifactId

ArtifactId

geomajas-project-geometry-core
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

Geomajas Geometry core
Geomajas Geometry Core: Defines a DTO geometry model that is GWT compatible.

Download geomajas-project-geometry-core

How to add to project

<!-- https://jarcasting.com/artifacts/org.geomajas.project/geomajas-project-geometry-core/ -->
<dependency>
    <groupId>org.geomajas.project</groupId>
    <artifactId>geomajas-project-geometry-core</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.geomajas.project/geomajas-project-geometry-core/
implementation 'org.geomajas.project:geomajas-project-geometry-core:1.3.0'
// https://jarcasting.com/artifacts/org.geomajas.project/geomajas-project-geometry-core/
implementation ("org.geomajas.project:geomajas-project-geometry-core:1.3.0")
'org.geomajas.project:geomajas-project-geometry-core:jar:1.3.0'
<dependency org="org.geomajas.project" name="geomajas-project-geometry-core" rev="1.3.0">
  <artifact name="geomajas-project-geometry-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.geomajas.project', module='geomajas-project-geometry-core', version='1.3.0')
)
libraryDependencies += "org.geomajas.project" % "geomajas-project-geometry-core" % "1.3.0"
[org.geomajas.project/geomajas-project-geometry-core "1.3.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.geomajas.project : geomajas-project-api-annotation jar 1.0.0
net.sourceforge.findbugs : annotations jar 1.0.0

test (5)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.0.0
org.slf4j : jcl-over-slf4j jar 1.6.4
org.slf4j : log4j-over-slf4j jar 1.6.4
junit : junit jar 4.10
com.vividsolutions : jts jar 1.13

Project Modules

There are no modules declared in this project.

Geomajas Geometry Project

What is Geomajas

Geomajas is an Open Source Web Mapping Framework written in Java. It provides both server and client components. This project contains the geomajas geometry project.

For more details about the project, how to use it, manuals and other information, take a look at the website at http://www.geomajas.org/ .

For commercial support see http://www.geosparc.com/ .

Build Process

In order to build Geomajas, we recommend using Maven (see http://maven.apache.org/). Following Maven best practices, the pom.xml files do not contain any Maven repositories.

You'll have to add the Geomajas Maven repository (http://maven.geomajas.org/) to your settings.xml file, which can be located in:

~/.m2/settings.xml

Next go to the root of the source code and run:

mvn install
org.geomajas.project

Geomajas

Versions

Version
1.3.0
1.2.0
1.1.0
1.0.0