| Categories | CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks ORM Data | 
|---|---|
| GroupId | GroupIdcom.denormans.facebook-gwt | 
| ArtifactId | ArtifactIdparent | 
| Last Version | Last Version0.5.7 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionFacebook GWT Parent Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ | 
| Filename | Size | 
|---|---|
| parent-0.5.7.pom | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.denormans.facebook-gwt/parent/ -->
<dependency>
    <groupId>com.denormans.facebook-gwt</groupId>
    <artifactId>parent</artifactId>
    <version>0.5.7</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.denormans.facebook-gwt/parent/
implementation 'com.denormans.facebook-gwt:parent:0.5.7'// https://jarcasting.com/artifacts/com.denormans.facebook-gwt/parent/
implementation ("com.denormans.facebook-gwt:parent:0.5.7")'com.denormans.facebook-gwt:parent:pom:0.5.7'<dependency org="com.denormans.facebook-gwt" name="parent" rev="0.5.7">
  <artifact name="parent" type="pom" />
</dependency>@Grapes(
@Grab(group='com.denormans.facebook-gwt', module='parent', version='0.5.7')
)libraryDependencies += "com.denormans.facebook-gwt" % "parent" % "0.5.7"[com.denormans.facebook-gwt/parent "0.5.7"]