g

geomajas-client-gwt2-plugin-graphicsediting-parent

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.
文件下载
文件名 操作
geomajas-client-gwt2-plugin-graphicsediting-parent-2.1.0-M3.pom 下载
Apache Maven
<dependency>
  <groupId>org.geomajas.plugin</groupId>
  <artifactId>geomajas-client-gwt2-plugin-graphicsediting-parent</artifactId>
  <version>2.1.0-M3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.geomajas.plugin:geomajas-client-gwt2-plugin-graphicsediting-parent:2.1.0-M3'
Gradle Kotlin
implementation("org.geomajas.plugin:geomajas-client-gwt2-plugin-graphicsediting-parent:2.1.0-M3")
Scala SBT
libraryDependencies += "org.geomajas.plugin" % "geomajas-client-gwt2-plugin-graphicsediting-parent" % "2.1.0-M3"
Groovy Grape
@Grapes(
  @Grab(group='org.geomajas.plugin', module='geomajas-client-gwt2-plugin-graphicsediting-parent', version='2.1.0-M3')
)
Apache Ivy
<dependency org="org.geomajas.plugin" name="geomajas-client-gwt2-plugin-graphicsediting-parent" rev="2.1.0-M3" />
Leiningen
[org.geomajas.plugin/geomajas-client-gwt2-plugin-graphicsediting-parent "2.1.0-M3"]
Apache Buildr
'org.geomajas.plugin:geomajas-client-gwt2-plugin-graphicsediting-parent:jar:2.1.0-M3'