| License | License | 
|---|---|
| Categories | CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks | 
| GroupId | GroupIdorg.treblereel.gwt.resources | 
| ArtifactId | ArtifactIdresources-parent | 
| Last Version | Last Versiondev | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptiongwt resources lite parent It's a parent for gwt resources lite modules | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| resources-parent-dev.pom | 7 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.treblereel.gwt.resources/resources-parent/ -->
<dependency>
    <groupId>org.treblereel.gwt.resources</groupId>
    <artifactId>resources-parent</artifactId>
    <version>dev</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.treblereel.gwt.resources/resources-parent/
implementation 'org.treblereel.gwt.resources:resources-parent:dev'// https://jarcasting.com/artifacts/org.treblereel.gwt.resources/resources-parent/
implementation ("org.treblereel.gwt.resources:resources-parent:dev")'org.treblereel.gwt.resources:resources-parent:pom:dev'<dependency org="org.treblereel.gwt.resources" name="resources-parent" rev="dev">
  <artifact name="resources-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='org.treblereel.gwt.resources', module='resources-parent', version='dev')
)libraryDependencies += "org.treblereel.gwt.resources" % "resources-parent" % "dev"[org.treblereel.gwt.resources/resources-parent "dev"]