| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Wicket Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаcom.giffing.wicket.spring.boot.starter |
| Идентификатор | Идентификаторwicket-spring-boot-starter-parent |
| Последняя версия | Последняя версия3.1.6 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеWicket Spring Boot Starter Parent
This project (should) makes it easy to create
Wicket projects with a minimum of configuration effort.
Is uses Spring Boot to autoconfigure Wickets core and extension
with an reasonable default value which can be overridden
over property files.
This parent project holds default configuration for the underlying
sub modules
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| wicket-spring-boot-starter-parent-3.1.6.pom | 9 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.giffing.wicket.spring.boot.starter/wicket-spring-boot-starter-parent/ -->
<dependency>
<groupId>com.giffing.wicket.spring.boot.starter</groupId>
<artifactId>wicket-spring-boot-starter-parent</artifactId>
<version>3.1.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.giffing.wicket.spring.boot.starter/wicket-spring-boot-starter-parent/
implementation 'com.giffing.wicket.spring.boot.starter:wicket-spring-boot-starter-parent:3.1.6'
// https://jarcasting.com/artifacts/com.giffing.wicket.spring.boot.starter/wicket-spring-boot-starter-parent/
implementation ("com.giffing.wicket.spring.boot.starter:wicket-spring-boot-starter-parent:3.1.6")
'com.giffing.wicket.spring.boot.starter:wicket-spring-boot-starter-parent:pom:3.1.6'
<dependency org="com.giffing.wicket.spring.boot.starter" name="wicket-spring-boot-starter-parent" rev="3.1.6">
<artifact name="wicket-spring-boot-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.giffing.wicket.spring.boot.starter', module='wicket-spring-boot-starter-parent', version='3.1.6')
)
libraryDependencies += "com.giffing.wicket.spring.boot.starter" % "wicket-spring-boot-starter-parent" % "3.1.6"
[com.giffing.wicket.spring.boot.starter/wicket-spring-boot-starter-parent "3.1.6"]