This project is a ZK addon based on ZK CE that wraps various browser built-in JavaScript API in Java.
- Geolocation API
- Clipboard API
- Notification API
- Web Speech API
- MediaDevices.getUserMedia
- Drag and Drop API
see src/test/
- build jar
- change version in
pom.xml
to official version (remove-SNAPSHOT
) - set tag in GitHub as version (e.g.
v1.0.0
) - Publish to ZK Maven CE repository
-
freshly
./release.sh
-
Official
./release.sh official
- Source Code - Apache License 2.0