is not current version
Last Version 1.4.21

org.wicketstuff:dropdown-menu 1.4.8

A simple dropdown menu for Apache Wicket.

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.wicketstuff
ArtifactId

ArtifactId

dropdown-menu
Version

Version

1.4.8
Type

Type

jar

Download dropdown-menu 1.4.8


<!-- https://jarcasting.com/artifacts/org.wicketstuff/dropdown-menu/ -->
<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>dropdown-menu</artifactId>
    <version>1.4.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/dropdown-menu/
implementation 'org.wicketstuff:dropdown-menu:1.4.8'
// https://jarcasting.com/artifacts/org.wicketstuff/dropdown-menu/
implementation ("org.wicketstuff:dropdown-menu:1.4.8")
'org.wicketstuff:dropdown-menu:jar:1.4.8'
<dependency org="org.wicketstuff" name="dropdown-menu" rev="1.4.8">
  <artifact name="dropdown-menu" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='dropdown-menu', version='1.4.8')
)
libraryDependencies += "org.wicketstuff" % "dropdown-menu" % "1.4.8"
[org.wicketstuff/dropdown-menu "1.4.8"]