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