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