g

gwt-dom

Collection of methods that allow you to manipulate the browser's Document Object Model (DOM). It contains methods for manipulating both elements and events.
https://github.com/org.gwtproject/gwt-dom
The Apache Software License, Version 2.0
The GWT Project Authors
The GWT Project Authors
Files download
File Operation
gwt-dom-1.0.0-RC1.jar download
gwt-dom-1.0.0-RC1.pom download
gwt-dom-1.0.0-RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.gwtproject.dom</groupId>
  <artifactId>gwt-dom</artifactId>
  <version>1.0.0-RC1</version>
  <type>gwt-lib</type>
</dependency>
Gradle Groovy
implementation 'org.gwtproject.dom:gwt-dom:1.0.0-RC1'
Gradle Kotlin
implementation("org.gwtproject.dom:gwt-dom:1.0.0-RC1")
Scala SBT
libraryDependencies += "org.gwtproject.dom" % "gwt-dom" % "1.0.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='org.gwtproject.dom', module='gwt-dom', version='1.0.0-RC1')
)
Apache Ivy
<dependency org="org.gwtproject.dom" name="gwt-dom" rev="1.0.0-RC1" />
Leiningen
[org.gwtproject.dom/gwt-dom "1.0.0-RC1"]
Apache Buildr
'org.gwtproject.dom:gwt-dom:jar:1.0.0-RC1'