| License | License | 
|---|---|
| Categories | CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Search Business Logic Libraries | 
| GroupId | GroupIdorg.jresearch.gwtproject.xhr | 
| ArtifactId | ArtifactIdgwt-xhr-parent | 
| Last Version | Last Version1.1 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionGWT XML Header Request Parent Parent POM containing the gwt-xhr module and the test modules (gwt2- and j2cl-tests) | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| gwt-xhr-parent-1.1.pom | 4 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.jresearch.gwtproject.xhr/gwt-xhr-parent/ -->
<dependency>
    <groupId>org.jresearch.gwtproject.xhr</groupId>
    <artifactId>gwt-xhr-parent</artifactId>
    <version>1.1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.jresearch.gwtproject.xhr/gwt-xhr-parent/
implementation 'org.jresearch.gwtproject.xhr:gwt-xhr-parent:1.1'// https://jarcasting.com/artifacts/org.jresearch.gwtproject.xhr/gwt-xhr-parent/
implementation ("org.jresearch.gwtproject.xhr:gwt-xhr-parent:1.1")'org.jresearch.gwtproject.xhr:gwt-xhr-parent:pom:1.1'<dependency org="org.jresearch.gwtproject.xhr" name="gwt-xhr-parent" rev="1.1">
  <artifact name="gwt-xhr-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='org.jresearch.gwtproject.xhr', module='gwt-xhr-parent', version='1.1')
)libraryDependencies += "org.jresearch.gwtproject.xhr" % "gwt-xhr-parent" % "1.1"[org.jresearch.gwtproject.xhr/gwt-xhr-parent "1.1"]