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