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