| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки Сеть |
| Группа | Группаnet.wetheinter |
| Идентификатор | Идентификаторgwt |
| Последняя версия | Последняя версия2.7.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеGWT
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| gwt-2.7.0.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.wetheinter/gwt/ -->
<dependency>
<groupId>net.wetheinter</groupId>
<artifactId>gwt</artifactId>
<version>2.7.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.wetheinter/gwt/
implementation 'net.wetheinter:gwt:2.7.0'
// https://jarcasting.com/artifacts/net.wetheinter/gwt/
implementation ("net.wetheinter:gwt:2.7.0")
'net.wetheinter:gwt:pom:2.7.0'
<dependency org="net.wetheinter" name="gwt" rev="2.7.0">
<artifact name="gwt" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.wetheinter', module='gwt', version='2.7.0')
)
libraryDependencies += "net.wetheinter" % "gwt" % "2.7.0"
[net.wetheinter/gwt "2.7.0"]