| License | License | 
|---|---|
| Categories | CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks | 
| GroupId | GroupIdorg.gwtproject.web.bindery | 
| ArtifactId | ArtifactIdrequestfactory | 
| Last Version | Last Version2.10.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionRequestFactory Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| requestfactory-2.10.0.pom | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.gwtproject.web.bindery/requestfactory/ -->
<dependency>
    <groupId>org.gwtproject.web.bindery</groupId>
    <artifactId>requestfactory</artifactId>
    <version>2.10.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.gwtproject.web.bindery/requestfactory/
implementation 'org.gwtproject.web.bindery:requestfactory:2.10.0'// https://jarcasting.com/artifacts/org.gwtproject.web.bindery/requestfactory/
implementation ("org.gwtproject.web.bindery:requestfactory:2.10.0")'org.gwtproject.web.bindery:requestfactory:pom:2.10.0'<dependency org="org.gwtproject.web.bindery" name="requestfactory" rev="2.10.0">
  <artifact name="requestfactory" type="pom" />
</dependency>@Grapes(
@Grab(group='org.gwtproject.web.bindery', module='requestfactory', version='2.10.0')
)libraryDependencies += "org.gwtproject.web.bindery" % "requestfactory" % "2.10.0"[org.gwtproject.web.bindery/requestfactory "2.10.0"]