MVN

com.vaynberg.wicket.select2 : wicket-select2-examples

Maven & Gradle

Jan 31, 2019
64 stars

Wicket-Select2 Examples

<dependency>
    <groupId>com.vaynberg.wicket.select2</groupId>
    <artifactId>wicket-select2-examples</artifactId>
    <version>4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vaynberg.wicket.select2 : wicket-select2-examples to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1

All Versions

Choose a version of com.vaynberg.wicket.select2 : wicket-select2-examples to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1
wicket-select2-examples-4.1
4.0
wicket-select2-examples-4.0
3.2
wicket-select2-examples-3.2
3.0
wicket-select2-examples-3.0
2.4
wicket-select2-examples-2.4
2.3
wicket-select2-examples-2.3
2.2.x
wicket-select2-examples-2.2.3
wicket-select2-examples-2.2.2
wicket-select2-examples-2.2.1
2.2
wicket-select2-examples-2.2
2.1
wicket-select2-examples-2.1
2.0
wicket-select2-examples-2.0
1.0
wicket-select2-examples-1.0
0.5
wicket-select2-examples-0.5

How to add a dependency to Maven

Add the following com.vaynberg.wicket.select2 : wicket-select2-examples maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.vaynberg.wicket.select2</groupId>
    <artifactId>wicket-select2-examples</artifactId>
    <version>4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.vaynberg.wicket.select2 : wicket-select2-examples gradle dependency to your build.gradle file:

implementation 'com.vaynberg.wicket.select2:wicket-select2-examples:4.1'

Gradle Kotlin DSL: Add the following com.vaynberg.wicket.select2 : wicket-select2-examples gradle kotlin dependency to your build.gradle.kts file:

implementation("com.vaynberg.wicket.select2:wicket-select2-examples:4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.vaynberg.wicket.select2 : wicket-select2-examples sbt scala dependency to your build.sbt file:

libraryDependencies += "com.vaynberg.wicket.select2" % "wicket-select2-examples" % "4.1"

Advertisement