License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks Net |
GroupId | GroupIdnet.ftlines.wicket-bean-validation |
ArtifactId | ArtifactIdparent |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWicket Bean Validation
Provides integration between Wicket and JSR-303 validation
|
Project URL |
Project URL |
Filename | Size |
---|---|
parent-1.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.ftlines.wicket-bean-validation/parent/ -->
<dependency>
<groupId>net.ftlines.wicket-bean-validation</groupId>
<artifactId>parent</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.ftlines.wicket-bean-validation/parent/
implementation 'net.ftlines.wicket-bean-validation:parent:1.1'
// https://jarcasting.com/artifacts/net.ftlines.wicket-bean-validation/parent/
implementation ("net.ftlines.wicket-bean-validation:parent:1.1")
'net.ftlines.wicket-bean-validation:parent:pom:1.1'
<dependency org="net.ftlines.wicket-bean-validation" name="parent" rev="1.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.ftlines.wicket-bean-validation', module='parent', version='1.1')
)
libraryDependencies += "net.ftlines.wicket-bean-validation" % "parent" % "1.1"
[net.ftlines.wicket-bean-validation/parent "1.1"]