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