| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Ant Компиляция и сборка |
| Группа | Группаio.github.vibrantbyte |
| Идентификатор | Идентификаторspring-boot-starter |
| Версия | Версия2.1.6.RELEASE |
| Тип | Типpom |
| Описание |
Описаниеspring-boot-starter
为spring-boot集成开发必备工具
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| spring-boot-starter-2.1.6.RELEASE.pom | 9 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.vibrantbyte/spring-boot-starter/ -->
<dependency>
<groupId>io.github.vibrantbyte</groupId>
<artifactId>spring-boot-starter</artifactId>
<version>2.1.6.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.vibrantbyte/spring-boot-starter/
implementation 'io.github.vibrantbyte:spring-boot-starter:2.1.6.RELEASE'
// https://jarcasting.com/artifacts/io.github.vibrantbyte/spring-boot-starter/
implementation ("io.github.vibrantbyte:spring-boot-starter:2.1.6.RELEASE")
'io.github.vibrantbyte:spring-boot-starter:pom:2.1.6.RELEASE'
<dependency org="io.github.vibrantbyte" name="spring-boot-starter" rev="2.1.6.RELEASE">
<artifact name="spring-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.vibrantbyte', module='spring-boot-starter', version='2.1.6.RELEASE')
)
libraryDependencies += "io.github.vibrantbyte" % "spring-boot-starter" % "2.1.6.RELEASE"
[io.github.vibrantbyte/spring-boot-starter "2.1.6.RELEASE"]