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