w

wicket-select2-parent

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