| Категории |
КатегорииSpring Boot Контейнер Микросервисы Wicket Взаимодействие с пользователем Веб-фреймворки |
|---|---|
| Группа | Группаcom.giffing.wicket.spring.boot.starter |
| Идентификатор | Идентификаторwicket-spring-boot-starter |
| Версия | Версия2.1.8 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| wicket-spring-boot-starter-2.1.8.pom | |
| wicket-spring-boot-starter-2.1.8.jar | 155 KB |
| wicket-spring-boot-starter-2.1.8-sources.jar | 104 KB |
| wicket-spring-boot-starter-2.1.8-javadoc.jar | 831 KB |
| Обзор |
<!-- 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>2.1.8</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:2.1.8'
// 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:2.1.8")
'com.giffing.wicket.spring.boot.starter:wicket-spring-boot-starter:jar:2.1.8'
<dependency org="com.giffing.wicket.spring.boot.starter" name="wicket-spring-boot-starter" rev="2.1.8">
<artifact name="wicket-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.giffing.wicket.spring.boot.starter', module='wicket-spring-boot-starter', version='2.1.8')
)
libraryDependencies += "com.giffing.wicket.spring.boot.starter" % "wicket-spring-boot-starter" % "2.1.8"
[com.giffing.wicket.spring.boot.starter/wicket-spring-boot-starter "2.1.8"]