Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdjsr303-examples |
Version | Version6.19.0 |
Type | Typewar |
Filename | Size |
---|---|
jsr303-examples-6.19.0.pom | |
jsr303-examples-6.19.0.war | 2 MB |
jsr303-examples-6.19.0-sources.jar | 10 KB |
jsr303-examples-6.19.0-javadoc.jar | 93 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/jsr303-examples/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>jsr303-examples</artifactId>
<version>6.19.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/jsr303-examples/
implementation 'org.wicketstuff:jsr303-examples:6.19.0'
// https://jarcasting.com/artifacts/org.wicketstuff/jsr303-examples/
implementation ("org.wicketstuff:jsr303-examples:6.19.0")
'org.wicketstuff:jsr303-examples:war:6.19.0'
<dependency org="org.wicketstuff" name="jsr303-examples" rev="6.19.0">
<artifact name="jsr303-examples" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='jsr303-examples', version='6.19.0')
)
libraryDependencies += "org.wicketstuff" % "jsr303-examples" % "6.19.0"
[org.wicketstuff/jsr303-examples "6.19.0"]