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