Files download
File Operation
wicket-select2-examples-3.2.pom download
wicket-select2-examples-3.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.vaynberg.wicket.select2</groupId>
  <artifactId>wicket-select2-examples</artifactId>
  <version>3.2</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'com.vaynberg.wicket.select2:wicket-select2-examples:3.2'
Gradle Kotlin
implementation("com.vaynberg.wicket.select2:wicket-select2-examples:3.2")
Scala SBT
libraryDependencies += "com.vaynberg.wicket.select2" % "wicket-select2-examples" % "3.2"
Groovy Grape
@Grapes(
  @Grab(group='com.vaynberg.wicket.select2', module='wicket-select2-examples', version='3.2')
)
Apache Ivy
<dependency org="com.vaynberg.wicket.select2" name="wicket-select2-examples" rev="3.2" />
Leiningen
[com.vaynberg.wicket.select2/wicket-select2-examples "3.2"]
Apache Buildr
'com.vaynberg.wicket.select2:wicket-select2-examples:jar:3.2'