| Categories | CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks | 
|---|---|
| GroupId | GroupIdcom.github.spirylics.xgwt | 
| ArtifactId | ArtifactIdx-gwt-cordova | 
| Version | Version2.0-alpha4 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| x-gwt-cordova-2.0-alpha4.pom | |
| x-gwt-cordova-2.0-alpha4.jar | 9 KB | 
| x-gwt-cordova-2.0-alpha4-sources.jar | 2 KB | 
| x-gwt-cordova-2.0-alpha4-javadoc.jar | 34 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.spirylics.xgwt/x-gwt-cordova/ -->
<dependency>
    <groupId>com.github.spirylics.xgwt</groupId>
    <artifactId>x-gwt-cordova</artifactId>
    <version>2.0-alpha4</version>
</dependency>// https://jarcasting.com/artifacts/com.github.spirylics.xgwt/x-gwt-cordova/
implementation 'com.github.spirylics.xgwt:x-gwt-cordova:2.0-alpha4'// https://jarcasting.com/artifacts/com.github.spirylics.xgwt/x-gwt-cordova/
implementation ("com.github.spirylics.xgwt:x-gwt-cordova:2.0-alpha4")'com.github.spirylics.xgwt:x-gwt-cordova:jar:2.0-alpha4'<dependency org="com.github.spirylics.xgwt" name="x-gwt-cordova" rev="2.0-alpha4">
  <artifact name="x-gwt-cordova" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.spirylics.xgwt', module='x-gwt-cordova', version='2.0-alpha4')
)libraryDependencies += "com.github.spirylics.xgwt" % "x-gwt-cordova" % "2.0-alpha4"[com.github.spirylics.xgwt/x-gwt-cordova "2.0-alpha4"]