License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks CLI |
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdclient-and-server-validation |
Last Version | Last Version1.5-RC5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionClient and Server Validation
WicketStuff Client and Server Validation aims to provide a client side validation
framework that is as simple to use as Wicket's server side validation and will
automatically handle both types of validation seamlessly.
|
<!-- https://jarcasting.com/artifacts/org.wicketstuff/client-and-server-validation/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>client-and-server-validation</artifactId>
<version>1.5-RC5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/client-and-server-validation/
implementation 'org.wicketstuff:client-and-server-validation:1.5-RC5.1'
// https://jarcasting.com/artifacts/org.wicketstuff/client-and-server-validation/
implementation ("org.wicketstuff:client-and-server-validation:1.5-RC5.1")
'org.wicketstuff:client-and-server-validation:jar:1.5-RC5.1'
<dependency org="org.wicketstuff" name="client-and-server-validation" rev="1.5-RC5.1">
<artifact name="client-and-server-validation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='client-and-server-validation', version='1.5-RC5.1')
)
libraryDependencies += "org.wicketstuff" % "client-and-server-validation" % "1.5-RC5.1"
[org.wicketstuff/client-and-server-validation "1.5-RC5.1"]
Group / Artifact | Type | Version |
---|---|---|
joda-time : joda-time | jar | 1.6.2 |
org.apache.wicket : wicket | pom | 1.5-RC5.1 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.6.1 |
log4j : log4j | jar | 1.2.16 |
junit : junit | jar | 4.8.2 |