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