https://github.com/premium-minds/wicket-crudifier
wicket-crudifier is a library to easily create CRUD's with wicket
https://github.com/premium-minds/wicket-crudifier
crud java wicket
Last synced: 11 months ago
JSON representation
wicket-crudifier is a library to easily create CRUD's with wicket
- Host: GitHub
- URL: https://github.com/premium-minds/wicket-crudifier
- Owner: premium-minds
- License: gpl-3.0
- Created: 2014-08-27T14:24:27.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-07-29T02:21:06.000Z (11 months ago)
- Last Synced: 2025-07-29T13:33:26.739Z (11 months ago)
- Topics: crud, java, wicket
- Language: Java
- Size: 909 KB
- Stars: 12
- Watchers: 5
- Forks: 7
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING.LESSER
Awesome Lists containing this project
- awesome-wicket - wicket-crudifier - CRUDを簡単に作成するためのライブラリ。 (ライブラリ)
README
wicket-crudifier
================
wicket-crudifier is a library to easily create CRUD's with wicket
## Maven projects

Add the following maven dependency to your project `pom.xml`:
```xml
com.premiumminds
wicket-crudifier
5.0
```
Check out [sonatype repository](https://oss.sonatype.org/index.html#nexus-search;quick~wicket-crudifier) for latest snapshots and releases.
If you use old versions of wicket, here is a compatibility table:
Wicket | wicket-crudifier | Maven Central |
| ------------- | ------------- | ------------- |
7.x | 3.x | |
8.x | 4.x | |
9.x | 5.x | |
## Documentation
- [Wiki](https://github.com/premium-minds/wicket-crudifier/wiki)
- [Javadoc](http://premium-minds.github.io/wicket-crudifier/apidocs/)
## Continuous Integration
[](https://github.com/premium-minds/wicket-crudifier/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)