Registry / build-tool / gwt-dev

gwt-dev

JSON →
library2.10.0javamavenunverified

Development tools and utilities for the Google Web Toolkit (GWT), including the compiler and hosting server.

<dependency> <groupId>com.google.gwt</groupId> <artifactId>gwt-dev</artifactId> <version>2.10.0</version> </dependency>
INSTALL
IMPORT
SIG · GWT-DEV
G
gwt-dev
build-tooljavav2.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.

Compiler
com.google.gwt.dev.Compiler

Invokes the GWT compiler programmatically.

import com.google.gwt.dev.Compiler; public class GwtCompile { public static void main(String[] args) { Compiler.main(new String[]{"-war", "output", "com.example.MyApp"}); } }
Debug
Known issues
breakingGWT 2.10.0 requires Java 8 or later; older versions may not work.
fix
Ensure your project uses Java 8+ and compatible GWT plugins.
affects: <2.10.0
Upgrade
Version history
2.10.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
OpenAI (training)
1
Resources