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