| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы GWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаorg.jadice.gwt.spring |
| Идентификатор | Идентификаторgwt-spring-boot-starter-bom |
| Последняя версия | Последняя версия1.1.7 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеA Spring-Boot Starter for Google Web Toolkit (GWT) applications
|
| Имя Файла | Размер |
|---|---|
| gwt-spring-boot-starter-bom-1.1.7.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jadice.gwt.spring/gwt-spring-boot-starter-bom/ -->
<dependency>
<groupId>org.jadice.gwt.spring</groupId>
<artifactId>gwt-spring-boot-starter-bom</artifactId>
<version>1.1.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jadice.gwt.spring/gwt-spring-boot-starter-bom/
implementation 'org.jadice.gwt.spring:gwt-spring-boot-starter-bom:1.1.7'
// https://jarcasting.com/artifacts/org.jadice.gwt.spring/gwt-spring-boot-starter-bom/
implementation ("org.jadice.gwt.spring:gwt-spring-boot-starter-bom:1.1.7")
'org.jadice.gwt.spring:gwt-spring-boot-starter-bom:pom:1.1.7'
<dependency org="org.jadice.gwt.spring" name="gwt-spring-boot-starter-bom" rev="1.1.7">
<artifact name="gwt-spring-boot-starter-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jadice.gwt.spring', module='gwt-spring-boot-starter-bom', version='1.1.7')
)
libraryDependencies += "org.jadice.gwt.spring" % "gwt-spring-boot-starter-bom" % "1.1.7"
[org.jadice.gwt.spring/gwt-spring-boot-starter-bom "1.1.7"]