is not current version
Last Version 6.30.0

org.wicketstuff:jsr303-parent 1.5-RC3

Parent Project for JSR-303 Validation

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.wicketstuff
ArtifactId

ArtifactId

jsr303-parent
Version

Version

1.5-RC3
Type

Type

pom

Download jsr303-parent 1.5-RC3

Filename Size
jsr303-parent-1.5-RC3.pom 1011 bytes
Browse

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