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