Registry / web-framework / wicket-bootstrap-core

wicket-bootstrap-core

JSON →
library7.0.14javamavenunverified

Wicket Bootstrap Core integrates Twitter Bootstrap components into Apache Wicket web applications.

<dependency> <groupId>de.agilecoders.wicket</groupId> <artifactId>wicket-bootstrap-core</artifactId> <version>7.0.14</version> </dependency>
INSTALL
IMPORT
SIG · WICKET-BOOTSTRAP-C
W
wicket-bootstrap-core
web-frameworkjavav7.0.14
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.

Bootstrap
de.agilecoders.wicket.core.Bootstrap

Install Bootstrap in a Wicket application.

import de.agilecoders.wicket.core.Bootstrap; import org.apache.wicket.protocol.http.WebApplication; public class MyApp extends WebApplication { @Override protected void init() { super.init(); Bootstrap.install(this); } @Override public Class<?> getHomePage() { return HomePage.class; } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.0.14latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
OpenAI (training)
1
Resources
wicket-bootstrap-core — mvn dependency:get wicket-bootstrap-core · libregistry