Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicketstuff-dropdown-menu |
Version | Version9.0.0-M3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-dropdown-menu/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-dropdown-menu</artifactId>
<version>9.0.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-dropdown-menu/
implementation 'org.wicketstuff:wicketstuff-dropdown-menu:9.0.0-M3'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-dropdown-menu/
implementation ("org.wicketstuff:wicketstuff-dropdown-menu:9.0.0-M3")
'org.wicketstuff:wicketstuff-dropdown-menu:jar:9.0.0-M3'
<dependency org="org.wicketstuff" name="wicketstuff-dropdown-menu" rev="9.0.0-M3">
<artifact name="wicketstuff-dropdown-menu" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-dropdown-menu', version='9.0.0-M3')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-dropdown-menu" % "9.0.0-M3"
[org.wicketstuff/wicketstuff-dropdown-menu "9.0.0-M3"]