| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Wicket Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаcom.giffing.wicket.spring.boot.starter |
| Идентификатор | Идентификаторwicket-spring-boot-starter |
| Последняя версия | Последняя версия3.1.6 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеWicket Spring Boot Starter
Enables and configures Apache Wicket from within a Spring Boot
Application. Used **only** in combination with Spring Boot.
|
<!-- https://jarcasting.com/artifacts/com.giffing.wicket.spring.boot.starter/wicket-spring-boot-starter/ -->
<dependency>
<groupId>com.giffing.wicket.spring.boot.starter</groupId>
<artifactId>wicket-spring-boot-starter</artifactId>
<version>3.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.giffing.wicket.spring.boot.starter/wicket-spring-boot-starter/
implementation 'com.giffing.wicket.spring.boot.starter:wicket-spring-boot-starter:3.1.6'
// https://jarcasting.com/artifacts/com.giffing.wicket.spring.boot.starter/wicket-spring-boot-starter/
implementation ("com.giffing.wicket.spring.boot.starter:wicket-spring-boot-starter:3.1.6")
'com.giffing.wicket.spring.boot.starter:wicket-spring-boot-starter:jar:3.1.6'
<dependency org="com.giffing.wicket.spring.boot.starter" name="wicket-spring-boot-starter" rev="3.1.6">
<artifact name="wicket-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.giffing.wicket.spring.boot.starter', module='wicket-spring-boot-starter', version='3.1.6')
)
libraryDependencies += "com.giffing.wicket.spring.boot.starter" % "wicket-spring-boot-starter" % "3.1.6"
[com.giffing.wicket.spring.boot.starter/wicket-spring-boot-starter "3.1.6"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.giffing.wicket.spring.boot.starter : wicket-spring-boot-context | jar | 3.1.6 |
| org.springframework : spring-context-support | jar | |
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.6.1 |
| org.springframework.boot : spring-boot-starter-web | jar | 2.6.1 |
| org.apache.wicket : wicket-core | jar | 9.7.0 |
| org.apache.wicket : wicket-auth-roles | jar | 9.7.0 |
| org.apache.wicket : wicket-ioc | jar | 9.7.0 |
| org.apache.wicket : wicket-spring | jar | 9.7.0 |
| org.springframework.boot : spring-boot-configuration-processor Необязательный | jar | 2.6.1 |