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