w

wicketstuff-select2

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