w

wicketstuff-select2

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