w

wicketstuff-select2

Bridges Apache Wicket with Select2 components
The Apache Software License, Version 2.0
Files download
File Operation
wicketstuff-select2-8.9.0.jar download
wicketstuff-select2-8.9.0.pom download
wicketstuff-select2-8.9.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.wicketstuff</groupId>
  <artifactId>wicketstuff-select2</artifactId>
  <version>8.9.0</version>
</dependency>
Gradle Groovy
implementation 'org.wicketstuff:wicketstuff-select2:8.9.0'
Gradle Kotlin
implementation("org.wicketstuff:wicketstuff-select2:8.9.0")
Scala SBT
libraryDependencies += "org.wicketstuff" % "wicketstuff-select2" % "8.9.0"
Groovy Grape
@Grapes(
  @Grab(group='org.wicketstuff', module='wicketstuff-select2', version='8.9.0')
)
Apache Ivy
<dependency org="org.wicketstuff" name="wicketstuff-select2" rev="8.9.0" />
Leiningen
[org.wicketstuff/wicketstuff-select2 "8.9.0"]
Apache Buildr
'org.wicketstuff:wicketstuff-select2:jar:8.9.0'