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