g

gwt-editor

A j2cl ready implementation of the GWT Editor Module ready to use with GWT 2 and J2CL / GWT 3.
https://github.com/gwtproject/gwt-editor
The Apache Software License, Version 2.0
The GWT Project Authors
The GWT Project Authors
Files download
File Operation
gwt-editor-1.0.0-RC1.jar download
gwt-editor-1.0.0-RC1.pom download
gwt-editor-1.0.0-RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.gwtproject.editor</groupId>
  <artifactId>gwt-editor</artifactId>
  <version>1.0.0-RC1</version>
  <type>gwt-lib</type>
</dependency>
Gradle Groovy
implementation 'org.gwtproject.editor:gwt-editor:1.0.0-RC1'
Gradle Kotlin
implementation("org.gwtproject.editor:gwt-editor:1.0.0-RC1")
Scala SBT
libraryDependencies += "org.gwtproject.editor" % "gwt-editor" % "1.0.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='org.gwtproject.editor', module='gwt-editor', version='1.0.0-RC1')
)
Apache Ivy
<dependency org="org.gwtproject.editor" name="gwt-editor" rev="1.0.0-RC1" />
Leiningen
[org.gwtproject.editor/gwt-editor "1.0.0-RC1"]
Apache Buildr
'org.gwtproject.editor:gwt-editor:jar:1.0.0-RC1'