License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks |
GroupId | GroupIdcom.vaynberg.wicket.select2 |
ArtifactId | ArtifactIdwicket-select2 |
Last Version | Last Version4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWicket-Select2 Components
Bridges Apache Wicket with Select2 components
|
Project URL |
Project URL |
Filename | Size |
---|---|
wicket-select2-4.1.pom | |
wicket-select2-4.1.jar | 151 KB |
wicket-select2-4.1-sources.jar | 147 KB |
wicket-select2-4.1-javadoc.jar | 99 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vaynberg.wicket.select2/wicket-select2/ -->
<dependency>
<groupId>com.vaynberg.wicket.select2</groupId>
<artifactId>wicket-select2</artifactId>
<version>4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.vaynberg.wicket.select2/wicket-select2/
implementation 'com.vaynberg.wicket.select2:wicket-select2:4.1'
// https://jarcasting.com/artifacts/com.vaynberg.wicket.select2/wicket-select2/
implementation ("com.vaynberg.wicket.select2:wicket-select2:4.1")
'com.vaynberg.wicket.select2:wicket-select2:jar:4.1'
<dependency org="com.vaynberg.wicket.select2" name="wicket-select2" rev="4.1">
<artifact name="wicket-select2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vaynberg.wicket.select2', module='wicket-select2', version='4.1')
)
libraryDependencies += "com.vaynberg.wicket.select2" % "wicket-select2" % "4.1"
[com.vaynberg.wicket.select2/wicket-select2 "4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.json : json | jar | 20170516 |
org.apache.wicket : wicket-core | jar | 8.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |