| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаcom.github.rebue.sbs |
| Идентификатор | Идентификаторsc-spring-boot-starter |
| Последняя версия | Последняя версия1.2.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеsc-spring-boot-starter
SpringCloud微服务项目的启动器
|
| Имя Файла | Размер |
|---|---|
| sc-spring-boot-starter-1.2.4.pom | |
| sc-spring-boot-starter-1.2.4.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.rebue.sbs/sc-spring-boot-starter/ -->
<dependency>
<groupId>com.github.rebue.sbs</groupId>
<artifactId>sc-spring-boot-starter</artifactId>
<version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rebue.sbs/sc-spring-boot-starter/
implementation 'com.github.rebue.sbs:sc-spring-boot-starter:1.2.4'
// https://jarcasting.com/artifacts/com.github.rebue.sbs/sc-spring-boot-starter/
implementation ("com.github.rebue.sbs:sc-spring-boot-starter:1.2.4")
'com.github.rebue.sbs:sc-spring-boot-starter:jar:1.2.4'
<dependency org="com.github.rebue.sbs" name="sc-spring-boot-starter" rev="1.2.4">
<artifact name="sc-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rebue.sbs', module='sc-spring-boot-starter', version='1.2.4')
)
libraryDependencies += "com.github.rebue.sbs" % "sc-spring-boot-starter" % "1.2.4"
[com.github.rebue.sbs/sc-spring-boot-starter "1.2.4"]