Geomajas Codemirror GWT wrapper project.

In-browser code editing made bearable. Based on CodeMirror version 3.1.

License

License

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks Geo Business Logic Libraries Geospatial Mirror Application Layer Libs Introspection
GroupId

GroupId

org.geomajas.project
ArtifactId

ArtifactId

geomajas-project-codemirror-gwt-all
Last Version

Last Version

3.1.3
Release Date

Release Date

Type

Type

pom
Description

Description

Geomajas Codemirror GWT wrapper project.
In-browser code editing made bearable. Based on CodeMirror version 3.1.
Source Code Management

Source Code Management

https://github.com/geomajas/geomajas-project-codemirror-gwt.git

Download geomajas-project-codemirror-gwt-all

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • codemirror
  • documentation
  • example
  • javadoc

Geomajas Codemirror GWT wrapper 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 codemirror gwt wrapper.

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
3.1.3
3.1.1