is not current version
Last Version 1.1

net.ftlines.wicket-bean-validation:core 1.0

Core module of Wicket Bean Validation

Categories

Categories

Wicket User Interface Web Frameworks Net
GroupId

GroupId

net.ftlines.wicket-bean-validation
ArtifactId

ArtifactId

core
Version

Version

1.0
Type

Type

jar

Download core 1.0


<!-- https://jarcasting.com/artifacts/net.ftlines.wicket-bean-validation/core/ -->
<dependency>
    <groupId>net.ftlines.wicket-bean-validation</groupId>
    <artifactId>core</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.ftlines.wicket-bean-validation/core/
implementation 'net.ftlines.wicket-bean-validation:core:1.0'
// https://jarcasting.com/artifacts/net.ftlines.wicket-bean-validation/core/
implementation ("net.ftlines.wicket-bean-validation:core:1.0")
'net.ftlines.wicket-bean-validation:core:jar:1.0'
<dependency org="net.ftlines.wicket-bean-validation" name="core" rev="1.0">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.ftlines.wicket-bean-validation', module='core', version='1.0')
)
libraryDependencies += "net.ftlines.wicket-bean-validation" % "core" % "1.0"
[net.ftlines.wicket-bean-validation/core "1.0"]