Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T10:11:16.000Z (about 2 months ago)
- Last Synced: 2024-12-03T14:23:18.164Z (about 1 month ago)
- Topics: crud, java, wicket
- Language: Java
- Size: 894 KB
- Stars: 11
- Watchers: 6
- Forks: 6
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING.LESSER
Awesome Lists containing this project
README
wicket-crudifier
================wicket-crudifier is a library to easily create CRUD's with wicket
## Maven projects
![Maven Central](https://img.shields.io/maven-central/v/com.premiumminds/wicket-crudifier)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 | ![Maven Central with version prefix filter](https://img.shields.io/maven-central/v/com.premiumminds/wicket-crudifier/3)|
8.x | 4.x | ![Maven Central with version prefix filter](https://img.shields.io/maven-central/v/com.premiumminds/wicket-crudifier/4)|
9.x | 5.x | ![Maven Central with version prefix filter](https://img.shields.io/maven-central/v/com.premiumminds/wicket-crudifier/5)|## Documentation
- [Wiki](https://github.com/premium-minds/wicket-crudifier/wiki)
- [Javadoc](http://premium-minds.github.io/wicket-crudifier/apidocs/)## Continuous Integration
[![Java CI with Maven](https://github.com/premium-minds/wicket-crudifier/actions/workflows/maven.yml/badge.svg)](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)