is not current version
Last Version 6.20.0

org.wicketstuff:jsr303-examples 1.5.8.1

Examples for JSR303 Validation

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.wicketstuff
ArtifactId

ArtifactId

jsr303-examples
Version

Version

1.5.8.1
Type

Type

war

Download jsr303-examples 1.5.8.1


<!-- https://jarcasting.com/artifacts/org.wicketstuff/jsr303-examples/ -->
<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>jsr303-examples</artifactId>
    <version>1.5.8.1</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/jsr303-examples/
implementation 'org.wicketstuff:jsr303-examples:1.5.8.1'
// https://jarcasting.com/artifacts/org.wicketstuff/jsr303-examples/
implementation ("org.wicketstuff:jsr303-examples:1.5.8.1")
'org.wicketstuff:jsr303-examples:war:1.5.8.1'
<dependency org="org.wicketstuff" name="jsr303-examples" rev="1.5.8.1">
  <artifact name="jsr303-examples" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='jsr303-examples', version='1.5.8.1')
)
libraryDependencies += "org.wicketstuff" % "jsr303-examples" % "1.5.8.1"
[org.wicketstuff/jsr303-examples "1.5.8.1"]