gwt-bom
The Bill of Materials to be used in GWT based widgets.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка GWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаorg.ctoolkit.maven |
| Идентификатор | Идентификаторgwt-bom |
| Последняя версия | Последняя версия2.9.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеGWT Bill of Materials
The Bill of Materials to be used in GWT based widgets.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| gwt-bom-2.9.0.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ctoolkit.maven/gwt-bom/ -->
<dependency>
<groupId>org.ctoolkit.maven</groupId>
<artifactId>gwt-bom</artifactId>
<version>2.9.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ctoolkit.maven/gwt-bom/
implementation 'org.ctoolkit.maven:gwt-bom:2.9.0'
// https://jarcasting.com/artifacts/org.ctoolkit.maven/gwt-bom/
implementation ("org.ctoolkit.maven:gwt-bom:2.9.0")
'org.ctoolkit.maven:gwt-bom:pom:2.9.0'
<dependency org="org.ctoolkit.maven" name="gwt-bom" rev="2.9.0">
<artifact name="gwt-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ctoolkit.maven', module='gwt-bom', version='2.9.0')
)
libraryDependencies += "org.ctoolkit.maven" % "gwt-bom" % "2.9.0"
[org.ctoolkit.maven/gwt-bom "2.9.0"]
The Bill of Materials to be used in GWT based widgets.