https://github.com/premium-minds/pm-wicket-utils
A library with Wicket Components, Behaviours and some other stuff.
https://github.com/premium-minds/pm-wicket-utils
java wicket
Last synced: 5 months ago
JSON representation
A library with Wicket Components, Behaviours and some other stuff.
- Host: GitHub
- URL: https://github.com/premium-minds/pm-wicket-utils
- Owner: premium-minds
- License: lgpl-3.0
- Created: 2014-08-25T15:45:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T10:09:57.000Z (5 months ago)
- Last Synced: 2024-12-03T14:23:16.565Z (5 months ago)
- Topics: java, wicket
- Language: JavaScript
- Homepage: http://premium-minds.github.io/pm-wicket-utils/
- Size: 6.03 MB
- Stars: 13
- Watchers: 7
- Forks: 12
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
pm-wicket-utils
===============A library with [Wicket](http://wicket.apache.org/) Components, Behaviours and some other stuff.
## Maven projects
Add the following maven dependency to your project `pom.xml`:
```xml
com.premiumminds
pm-wicket-utils
5.0```
Check out [sonatype repository](https://oss.sonatype.org/index.html#nexus-search;quick~pm-wicket-utils) for latest snapshots and releases.If you use old versions of wicket, here is a compatibility table:
Wicket | pm-wicket-utils | Maven Central |
| ------------- | ------------- | ------------- |
6.x | 2.8 | |
7.x | 3.1 | |
8.x | 4.4 | |
9.x | 5.0 | |## Documentation
- [Wiki](https://github.com/premium-minds/pm-wicket-utils/wiki)
- [Javadoc](http://premium-minds.github.io/pm-wicket-utils/apidocs/)## Continuous Integration
[](https://github.com/premium-minds/pm-wicket-utils/actions/workflows/maven.yml)
## Licence
Copyright (C) 2014 [Premium Minds](http://www.premium-minds.com/)
Licensed under the [GNU Lesser General Public Licence](http://www.gnu.org/licenses/lgpl.html)