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