is not current version
Last Version 1.5.13

org.wicketstuff:yav-parent 1.5-RC1.1

See the child project "yav" for a more complete description. This is the parent for the actual project and the examples.

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.wicketstuff
ArtifactId

ArtifactId

yav-parent
Version

Version

1.5-RC1.1
Type

Type

pom

Download yav-parent 1.5-RC1.1

Filename Size
yav-parent-1.5-RC1.1.pom 764 bytes
Browse

<!-- https://jarcasting.com/artifacts/org.wicketstuff/yav-parent/ -->
<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>yav-parent</artifactId>
    <version>1.5-RC1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/yav-parent/
implementation 'org.wicketstuff:yav-parent:1.5-RC1.1'
// https://jarcasting.com/artifacts/org.wicketstuff/yav-parent/
implementation ("org.wicketstuff:yav-parent:1.5-RC1.1")
'org.wicketstuff:yav-parent:pom:1.5-RC1.1'
<dependency org="org.wicketstuff" name="yav-parent" rev="1.5-RC1.1">
  <artifact name="yav-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='yav-parent', version='1.5-RC1.1')
)
libraryDependencies += "org.wicketstuff" % "yav-parent" % "1.5-RC1.1"
[org.wicketstuff/yav-parent "1.5-RC1.1"]