Registry / web-framework / gwt-user

gwt-user

JSON →
library2.10.0javamavenunverified

Google Web Toolkit (GWT) user library for building browser-based applications in Java.

<dependency> <groupId>com.google.gwt</groupId> <artifactId>gwt-user</artifactId> <version>2.10.0</version> </dependency>
INSTALL
IMPORT
SIG · GWT-USER
G
gwt-user
web-frameworkjavav2.10.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

EntryPoint
com.google.gwt.core.client.EntryPoint

Create a simple GWT module that displays a label on the page.

import com.google.gwt.core.client.EntryPoint; import com.google.gwt.user.client.ui.Label; import com.google.gwt.user.client.ui.RootPanel; public class MyApp implements EntryPoint { public void onModuleLoad() { Label label = new Label("Hello, GWT!"); RootPanel.get().add(label); } }
Debug
Known issues
breakingGWT 2.10 requires Java 11+ and may not work with older JDKs.
fix
Use JDK 11 or later for GWT 2.10; for older JDKs, use GWT 2.9 or earlier.
affects: >=2.10.0
Upgrade
Version history
2.10.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
gwt-user — mvn dependency:get gwt-user · libregistry