Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicketstuff-selectize |
Version | Version8.8.0 |
Type | Typejar |
Filename | Size |
---|---|
wicketstuff-selectize-8.8.0.pom | |
wicketstuff-selectize-8.8.0.jar | 148 KB |
wicketstuff-selectize-8.8.0-sources.jar | 142 KB |
wicketstuff-selectize-8.8.0-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-selectize/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-selectize</artifactId>
<version>8.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-selectize/
implementation 'org.wicketstuff:wicketstuff-selectize:8.8.0'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-selectize/
implementation ("org.wicketstuff:wicketstuff-selectize:8.8.0")
'org.wicketstuff:wicketstuff-selectize:jar:8.8.0'
<dependency org="org.wicketstuff" name="wicketstuff-selectize" rev="8.8.0">
<artifact name="wicketstuff-selectize" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-selectize', version='8.8.0')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-selectize" % "8.8.0"
[org.wicketstuff/wicketstuff-selectize "8.8.0"]