Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Vaadin |
---|---|
GroupId | GroupIdcom.vaadin.external.gwt.web.bindery |
ArtifactId | ArtifactIdrequestfactory |
Version | Version2.6.0.vaadin3 |
Type | Typepom |
Filename | Size |
---|---|
requestfactory-2.6.0.vaadin3.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.6.0.vaadin3</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.6.0.vaadin3'
// https://jarcasting.com/artifacts/com.vaadin.external.gwt.web.bindery/requestfactory/
implementation ("com.vaadin.external.gwt.web.bindery:requestfactory:2.6.0.vaadin3")
'com.vaadin.external.gwt.web.bindery:requestfactory:pom:2.6.0.vaadin3'
<dependency org="com.vaadin.external.gwt.web.bindery" name="requestfactory" rev="2.6.0.vaadin3">
<artifact name="requestfactory" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.vaadin.external.gwt.web.bindery', module='requestfactory', version='2.6.0.vaadin3')
)
libraryDependencies += "com.vaadin.external.gwt.web.bindery" % "requestfactory" % "2.6.0.vaadin3"
[com.vaadin.external.gwt.web.bindery/requestfactory "2.6.0.vaadin3"]