| Categories | 
                CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks | 
        
|---|---|
| GroupId | GroupIdcom.github.jdramaix | 
    
| ArtifactId | ArtifactIdgwtchosen | 
    
| Version | Version1.1.0-alpha-1 | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| gwtchosen-1.1.0-alpha-1.pom | |
| gwtchosen-1.1.0-alpha-1.jar | 97 KB | 
| gwtchosen-1.1.0-alpha-1-sources.jar | 39 KB | 
| gwtchosen-1.1.0-alpha-1-javadoc.jar | 219 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.jdramaix/gwtchosen/ -->
<dependency>
    <groupId>com.github.jdramaix</groupId>
    <artifactId>gwtchosen</artifactId>
    <version>1.1.0-alpha-1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.jdramaix/gwtchosen/
implementation 'com.github.jdramaix:gwtchosen:1.1.0-alpha-1'
                // https://jarcasting.com/artifacts/com.github.jdramaix/gwtchosen/
implementation ("com.github.jdramaix:gwtchosen:1.1.0-alpha-1")
                'com.github.jdramaix:gwtchosen:jar:1.1.0-alpha-1'
                <dependency org="com.github.jdramaix" name="gwtchosen" rev="1.1.0-alpha-1">
  <artifact name="gwtchosen" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.jdramaix', module='gwtchosen', version='1.1.0-alpha-1')
)
                libraryDependencies += "com.github.jdramaix" % "gwtchosen" % "1.1.0-alpha-1"
                [com.github.jdramaix/gwtchosen "1.1.0-alpha-1"]