Wicket-ModelFactory
Wicket-modelfactory is an API to create Wicket PropertyModels in a typesafe and refactoring-safe way.
see the Project Website
License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks |
GroupId | GroupIdorg.wicketeer |
ArtifactId | ArtifactIdwicket-modelfactory-parent |
Last Version | Last Version0.9.13 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionwicket-modelfactory-parent
Wicket-modelfactory is an API to create Wicket PropertyModels in a typesafe and refactoring-safe way.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
wicket-modelfactory-parent-0.9.13.pom | 7 KB |
wicket-modelfactory-parent-0.9.13-tests.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketeer/wicket-modelfactory-parent/ -->
<dependency>
<groupId>org.wicketeer</groupId>
<artifactId>wicket-modelfactory-parent</artifactId>
<version>0.9.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketeer/wicket-modelfactory-parent/
implementation 'org.wicketeer:wicket-modelfactory-parent:0.9.13'
// https://jarcasting.com/artifacts/org.wicketeer/wicket-modelfactory-parent/
implementation ("org.wicketeer:wicket-modelfactory-parent:0.9.13")
'org.wicketeer:wicket-modelfactory-parent:jar:0.9.13'
<dependency org="org.wicketeer" name="wicket-modelfactory-parent" rev="0.9.13">
<artifact name="wicket-modelfactory-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketeer', module='wicket-modelfactory-parent', version='0.9.13')
)
libraryDependencies += "org.wicketeer" % "wicket-modelfactory-parent" % "0.9.13"
[org.wicketeer/wicket-modelfactory-parent "0.9.13"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.6.4 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-nop | jar | 1.6.1 |
junit : junit | jar | 3.8.2 |
javax.servlet : servlet-api | jar | 2.5 |
Wicket-modelfactory is an API to create Wicket PropertyModels in a typesafe and refactoring-safe way.
see the Project Website