Registry / web-framework / zul
library10.2.1javamavenunverified

ZK XUL Components provide a rich set of UI components for building web applications.

<dependency> <groupId>org.zkoss.zk</groupId> <artifactId>zul</artifactId> <version>10.2.1</version> </dependency>
INSTALL
IMPORT
SIG · ZUL
Z
zul
web-frameworkjavav10.2.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.zkoss.zul.Button

Create a ZK button component.

import org.zkoss.zul.Button; import org.zkoss.zk.ui.Component; public class Quickstart { public static void main(String[] args) { Button btn = new Button("Click Me"); System.out.println(btn.getLabel()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
10.2.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
34
OpenAI (training)
1
Resources
zul — mvn dependency:get zul · libregistry