License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdcom.github.jdramaix |
ArtifactId | ArtifactIdgwtchosen |
Version | Version1.2.0 |
Type | Typejar |
Description |
DescriptionChosen plugin for gQuery
GwtChosen is the GWT port of the Chosen javascript plugin that makes long, unwieldy select boxes much more user-friendly.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
gwtchosen-1.2.0.pom | |
gwtchosen-1.2.0.jar | 99 KB |
gwtchosen-1.2.0-sources.jar | 40 KB |
gwtchosen-1.2.0-javadoc.jar | 220 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jdramaix/gwtchosen/ -->
<dependency>
<groupId>com.github.jdramaix</groupId>
<artifactId>gwtchosen</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jdramaix/gwtchosen/
implementation 'com.github.jdramaix:gwtchosen:1.2.0'
// https://jarcasting.com/artifacts/com.github.jdramaix/gwtchosen/
implementation ("com.github.jdramaix:gwtchosen:1.2.0")
'com.github.jdramaix:gwtchosen:jar:1.2.0'
<dependency org="com.github.jdramaix" name="gwtchosen" rev="1.2.0">
<artifact name="gwtchosen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jdramaix', module='gwtchosen', version='1.2.0')
)
libraryDependencies += "com.github.jdramaix" % "gwtchosen" % "1.2.0"
[com.github.jdramaix/gwtchosen "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-user | jar | 2.5.0 |
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-dev | jar | 2.5.0 |
com.googlecode.gwtquery : gwtquery | jar | 1.3.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |