| License |
License |
|---|---|
| Categories |
CategoriesWicket User Interface Web Frameworks |
| GroupId | GroupIdorg.wicketstuff |
| ArtifactId | ArtifactIdyav |
| Last Version | Last Version1.5-RC5.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionYav Integration
The Wicket project showcases one possible way to integrate the yav ajax framework. It is a a client side validation framework.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| yav-1.5-RC5.1.pom | |
| yav-1.5-RC5.1.jar | 44 KB |
| yav-1.5-RC5.1-sources.jar | 39 KB |
| yav-1.5-RC5.1-javadoc.jar | 46 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/yav/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>yav</artifactId>
<version>1.5-RC5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/yav/
implementation 'org.wicketstuff:yav:1.5-RC5.1'
// https://jarcasting.com/artifacts/org.wicketstuff/yav/
implementation ("org.wicketstuff:yav:1.5-RC5.1")
'org.wicketstuff:yav:jar:1.5-RC5.1'
<dependency org="org.wicketstuff" name="yav" rev="1.5-RC5.1">
<artifact name="yav" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='yav', version='1.5-RC5.1')
)
libraryDependencies += "org.wicketstuff" % "yav" % "1.5-RC5.1"
[org.wicketstuff/yav "1.5-RC5.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.6.1 |
| org.apache.wicket : wicket | pom | 1.5-RC5.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |
| org.slf4j : slf4j-log4j12 | jar | 1.6.1 |
| log4j : log4j | jar | 1.2.16 |