Registry / web-framework / wicket-core

wicket-core

JSON →
library10.9.1javamavenunverified

Wicket is a Java web application framework that takes simplicity, separation of concerns and ease of development to a whole new level.

<dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-core</artifactId> <version>10.9.1</version> </dependency>
INSTALL
IMPORT
SIG · WICKET-CORE
W
wicket-core
web-frameworkjavav10.9.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.

WebPage
org.apache.wicket.markup.html.WebPage

Minimal Wicket page with a label.

import org.apache.wicket.markup.html.WebPage; import org.apache.wicket.markup.html.basic.Label; public class HelloPage extends WebPage { public HelloPage() { add(new Label("message", "Hello, Wicket!")); } }
Debug
Known issues
breakingWicket 10.x requires Java 17 and may have breaking changes from earlier versions.
fix
Check migration guide when upgrading from Wicket 9.x or earlier.
affects: >=10.0.0
Upgrade
Version history
10.9.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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