License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial |
GroupId | GroupIdorg.geomajas.plugin |
ArtifactId | ArtifactIdgeomajas-plugin-graphicsediting-all |
Last Version | Last Version1.0.0-M1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGeomajas Graphics Editing Plugin
Geomajas Graphics Editing plugin. The graphics editing plugin defines a set of interfaces and controllers for editing graphical objects in maps based on gwt-graphics.
It can be used as a basis for annotations (based on SVG/VML elements) as well as to extend
editing with operations like dragging/resizing.
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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
geomajas-plugin-graphicsediting-all-1.0.0-M1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.geomajas.plugin/geomajas-plugin-graphicsediting-all/ -->
<dependency>
<groupId>org.geomajas.plugin</groupId>
<artifactId>geomajas-plugin-graphicsediting-all</artifactId>
<version>1.0.0-M1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.geomajas.plugin/geomajas-plugin-graphicsediting-all/
implementation 'org.geomajas.plugin:geomajas-plugin-graphicsediting-all:1.0.0-M1'
// https://jarcasting.com/artifacts/org.geomajas.plugin/geomajas-plugin-graphicsediting-all/
implementation ("org.geomajas.plugin:geomajas-plugin-graphicsediting-all:1.0.0-M1")
'org.geomajas.plugin:geomajas-plugin-graphicsediting-all:pom:1.0.0-M1'
<dependency org="org.geomajas.plugin" name="geomajas-plugin-graphicsediting-all" rev="1.0.0-M1">
<artifact name="geomajas-plugin-graphicsediting-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.geomajas.plugin', module='geomajas-plugin-graphicsediting-all', version='1.0.0-M1')
)
libraryDependencies += "org.geomajas.plugin" % "geomajas-plugin-graphicsediting-all" % "1.0.0-M1"
[org.geomajas.plugin/geomajas-plugin-graphicsediting-all "1.0.0-M1"]