| Категории |
КатегорииGWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки Vaadin |
|---|---|
| Группа | Группаcom.vaadin.external.gwt.web.bindery |
| Идентификатор | Идентификаторrequestfactory-apt |
| Версия | Версия2.6.0.vaadin3 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.vaadin.external.gwt.web.bindery/requestfactory-apt/ -->
<dependency>
<groupId>com.vaadin.external.gwt.web.bindery</groupId>
<artifactId>requestfactory-apt</artifactId>
<version>2.6.0.vaadin3</version>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin.external.gwt.web.bindery/requestfactory-apt/
implementation 'com.vaadin.external.gwt.web.bindery:requestfactory-apt:2.6.0.vaadin3'
// https://jarcasting.com/artifacts/com.vaadin.external.gwt.web.bindery/requestfactory-apt/
implementation ("com.vaadin.external.gwt.web.bindery:requestfactory-apt:2.6.0.vaadin3")
'com.vaadin.external.gwt.web.bindery:requestfactory-apt:jar:2.6.0.vaadin3'
<dependency org="com.vaadin.external.gwt.web.bindery" name="requestfactory-apt" rev="2.6.0.vaadin3">
<artifact name="requestfactory-apt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vaadin.external.gwt.web.bindery', module='requestfactory-apt', version='2.6.0.vaadin3')
)
libraryDependencies += "com.vaadin.external.gwt.web.bindery" % "requestfactory-apt" % "2.6.0.vaadin3"
[com.vaadin.external.gwt.web.bindery/requestfactory-apt "2.6.0.vaadin3"]