Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdjsr303-examples |
Version | Version6.0.0-beta1 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/jsr303-examples/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>jsr303-examples</artifactId>
<version>6.0.0-beta1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/jsr303-examples/
implementation 'org.wicketstuff:jsr303-examples:6.0.0-beta1'
// https://jarcasting.com/artifacts/org.wicketstuff/jsr303-examples/
implementation ("org.wicketstuff:jsr303-examples:6.0.0-beta1")
'org.wicketstuff:jsr303-examples:war:6.0.0-beta1'
<dependency org="org.wicketstuff" name="jsr303-examples" rev="6.0.0-beta1">
<artifact name="jsr303-examples" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='jsr303-examples', version='6.0.0-beta1')
)
libraryDependencies += "org.wicketstuff" % "jsr303-examples" % "6.0.0-beta1"
[org.wicketstuff/jsr303-examples "6.0.0-beta1"]