| Categories | CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Vaadin | 
|---|---|
| GroupId | GroupIdcom.vaadin.external.gwt.web.bindery | 
| ArtifactId | ArtifactIdrequestfactory | 
| Version | Version2.7.0.vaadin2 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| requestfactory-2.7.0.vaadin2.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.vaadin.external.gwt.web.bindery/requestfactory/ -->
<dependency>
    <groupId>com.vaadin.external.gwt.web.bindery</groupId>
    <artifactId>requestfactory</artifactId>
    <version>2.7.0.vaadin2</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.vaadin.external.gwt.web.bindery/requestfactory/
implementation 'com.vaadin.external.gwt.web.bindery:requestfactory:2.7.0.vaadin2'// https://jarcasting.com/artifacts/com.vaadin.external.gwt.web.bindery/requestfactory/
implementation ("com.vaadin.external.gwt.web.bindery:requestfactory:2.7.0.vaadin2")'com.vaadin.external.gwt.web.bindery:requestfactory:pom:2.7.0.vaadin2'<dependency org="com.vaadin.external.gwt.web.bindery" name="requestfactory" rev="2.7.0.vaadin2">
  <artifact name="requestfactory" type="pom" />
</dependency>@Grapes(
@Grab(group='com.vaadin.external.gwt.web.bindery', module='requestfactory', version='2.7.0.vaadin2')
)libraryDependencies += "com.vaadin.external.gwt.web.bindery" % "requestfactory" % "2.7.0.vaadin2"[com.vaadin.external.gwt.web.bindery/requestfactory "2.7.0.vaadin2"]