Registry / web-framework / gwtbootstrap3

gwtbootstrap3

JSON →
library1.0.1javamavenunverified

A GWT wrapper for the Bootstrap 3 front-end framework, enabling responsive web design in GWT applications.

<dependency> <groupId>org.gwtbootstrap3</groupId> <artifactId>gwtbootstrap3</artifactId> <version>1.0.1</version> </dependency>
INSTALL
IMPORT
SIG · GWTBOOTSTRAP3
G
gwtbootstrap3
web-frameworkjavav1.0.1
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.

Button
org.gwtbootstrap3.client.ui.Button

Minimal GWT entry point using a Bootstrap 3 Button widget.

import org.gwtbootstrap3.client.ui.Button; import com.google.gwt.core.client.EntryPoint; public class MyApp implements EntryPoint { public void onModuleLoad() { Button btn = new Button("Click me"); // Add to DOM } }
Debug
Known issues
gotchaGWT Bootstrap 3 is based on Bootstrap 3, which is outdated; consider migrating to Bootstrap 4/5 or GWT Bootstrap 5.
fix
Use a more recent GWT Bootstrap wrapper like GWT Bootstrap 5 or update your project to use Bootstrap 4/5 directly.
affects: <=1.0.1
Upgrade
Version history
1.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
gwtbootstrap3 — mvn dependency:get gwtbootstrap3 · libregistry