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