License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks Net |
GroupId | GroupIdnet.ftlines.wicket-bean-validation |
ArtifactId | ArtifactIdexamples |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionWicket Bean Validation Examples
Wicket Bean Validation usages and examples
|
Filename | Size |
---|---|
examples-1.1.pom | |
examples-1.1.war | 2 MB |
examples-1.1-sources.jar | 10 KB |
examples-1.1-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.ftlines.wicket-bean-validation/examples/ -->
<dependency>
<groupId>net.ftlines.wicket-bean-validation</groupId>
<artifactId>examples</artifactId>
<version>1.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/net.ftlines.wicket-bean-validation/examples/
implementation 'net.ftlines.wicket-bean-validation:examples:1.1'
// https://jarcasting.com/artifacts/net.ftlines.wicket-bean-validation/examples/
implementation ("net.ftlines.wicket-bean-validation:examples:1.1")
'net.ftlines.wicket-bean-validation:examples:war:1.1'
<dependency org="net.ftlines.wicket-bean-validation" name="examples" rev="1.1">
<artifact name="examples" type="war" />
</dependency>
@Grapes(
@Grab(group='net.ftlines.wicket-bean-validation', module='examples', version='1.1')
)
libraryDependencies += "net.ftlines.wicket-bean-validation" % "examples" % "1.1"
[net.ftlines.wicket-bean-validation/examples "1.1"]
Group / Artifact | Type | Version |
---|---|---|
net.ftlines.wicket-bean-validation : core | jar | 1.1 |
org.hibernate : hibernate-validator | jar | 4.2.0.Final |
org.apache.wicket : wicket-core | jar | 1.5.3 |
org.slf4j : slf4j-log4j12 | jar | 1.6.2 |
log4j : log4j | jar | 1.2.14 |
Group / Artifact | Type | Version |
---|---|---|
org.mortbay.jetty : jetty | jar | 6.1.25 |
org.mortbay.jetty : jetty-util | jar | 6.1.25 |
org.mortbay.jetty : jetty-management | jar | 6.1.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |