| Categories | CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks | 
|---|---|
| GroupId | GroupIdorg.treblereel.gwt | 
| ArtifactId | ArtifactIdthree4g-parent | 
| Version | Version0.97-beta1 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| three4g-parent-0.97-beta1.pom | 8 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.treblereel.gwt/three4g-parent/ -->
<dependency>
    <groupId>org.treblereel.gwt</groupId>
    <artifactId>three4g-parent</artifactId>
    <version>0.97-beta1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.treblereel.gwt/three4g-parent/
implementation 'org.treblereel.gwt:three4g-parent:0.97-beta1'// https://jarcasting.com/artifacts/org.treblereel.gwt/three4g-parent/
implementation ("org.treblereel.gwt:three4g-parent:0.97-beta1")'org.treblereel.gwt:three4g-parent:pom:0.97-beta1'<dependency org="org.treblereel.gwt" name="three4g-parent" rev="0.97-beta1">
  <artifact name="three4g-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='org.treblereel.gwt', module='three4g-parent', version='0.97-beta1')
)libraryDependencies += "org.treblereel.gwt" % "three4g-parent" % "0.97-beta1"[org.treblereel.gwt/three4g-parent "0.97-beta1"]