Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIddropdown-menu |
Version | Version1.4.16.1 |
Type | Typejar |
Filename | Size |
---|---|
dropdown-menu-1.4.16.1.pom | |
dropdown-menu-1.4.16.1.jar | 20 KB |
dropdown-menu-1.4.16.1-sources.jar | 16 KB |
dropdown-menu-1.4.16.1-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/dropdown-menu/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>dropdown-menu</artifactId>
<version>1.4.16.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/dropdown-menu/
implementation 'org.wicketstuff:dropdown-menu:1.4.16.1'
// https://jarcasting.com/artifacts/org.wicketstuff/dropdown-menu/
implementation ("org.wicketstuff:dropdown-menu:1.4.16.1")
'org.wicketstuff:dropdown-menu:jar:1.4.16.1'
<dependency org="org.wicketstuff" name="dropdown-menu" rev="1.4.16.1">
<artifact name="dropdown-menu" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='dropdown-menu', version='1.4.16.1')
)
libraryDependencies += "org.wicketstuff" % "dropdown-menu" % "1.4.16.1"
[org.wicketstuff/dropdown-menu "1.4.16.1"]