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