| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаcom.github.wehotel |
| Идентификатор | Идентификаторfizz-spring-boot-starter |
| Версия | Версия1.5.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| fizz-spring-boot-starter-1.5.0.pom | |
| fizz-spring-boot-starter-1.5.0.jar | 3 KB |
| fizz-spring-boot-starter-1.5.0-sources.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.wehotel/fizz-spring-boot-starter/ -->
<dependency>
<groupId>com.github.wehotel</groupId>
<artifactId>fizz-spring-boot-starter</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wehotel/fizz-spring-boot-starter/
implementation 'com.github.wehotel:fizz-spring-boot-starter:1.5.0'
// https://jarcasting.com/artifacts/com.github.wehotel/fizz-spring-boot-starter/
implementation ("com.github.wehotel:fizz-spring-boot-starter:1.5.0")
'com.github.wehotel:fizz-spring-boot-starter:jar:1.5.0'
<dependency org="com.github.wehotel" name="fizz-spring-boot-starter" rev="1.5.0">
<artifact name="fizz-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wehotel', module='fizz-spring-boot-starter', version='1.5.0')
)
libraryDependencies += "com.github.wehotel" % "fizz-spring-boot-starter" % "1.5.0"
[com.github.wehotel/fizz-spring-boot-starter "1.5.0"]