License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks Net |
GroupId | GroupIdnet.ftlines.wicket-bean-validation |
ArtifactId | ArtifactIdcore |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWicket Bean Validation Core
Core module of Wicket Bean Validation
|
Filename | Size |
---|---|
core-1.1.pom | |
core-1.1.jar | 21 KB |
core-1.1-sources.jar | 17 KB |
core-1.1-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.ftlines.wicket-bean-validation/core/ -->
<dependency>
<groupId>net.ftlines.wicket-bean-validation</groupId>
<artifactId>core</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.ftlines.wicket-bean-validation/core/
implementation 'net.ftlines.wicket-bean-validation:core:1.1'
// https://jarcasting.com/artifacts/net.ftlines.wicket-bean-validation/core/
implementation ("net.ftlines.wicket-bean-validation:core:1.1")
'net.ftlines.wicket-bean-validation:core:jar:1.1'
<dependency org="net.ftlines.wicket-bean-validation" name="core" rev="1.1">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.ftlines.wicket-bean-validation', module='core', version='1.1')
)
libraryDependencies += "net.ftlines.wicket-bean-validation" % "core" % "1.1"
[net.ftlines.wicket-bean-validation/core "1.1"]
Group / Artifact | Type | Version |
---|---|---|
javax.validation : validation-api | jar | 1.0.0.GA |
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 |
---|---|---|
junit : junit | jar | 4.8.1 |