| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаcom.battcn.boot |
| Идентификатор | Идентификаторextend-spring-boot-starters |
| Версия | Версия2.1.2-RELEASE |
| Тип | Типpom |
| Описание |
Описаниеextend-spring-boot-starters
扩展包的依赖项
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| extend-spring-boot-starters-2.1.2-RELEASE.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.battcn.boot/extend-spring-boot-starters/ -->
<dependency>
<groupId>com.battcn.boot</groupId>
<artifactId>extend-spring-boot-starters</artifactId>
<version>2.1.2-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.battcn.boot/extend-spring-boot-starters/
implementation 'com.battcn.boot:extend-spring-boot-starters:2.1.2-RELEASE'
// https://jarcasting.com/artifacts/com.battcn.boot/extend-spring-boot-starters/
implementation ("com.battcn.boot:extend-spring-boot-starters:2.1.2-RELEASE")
'com.battcn.boot:extend-spring-boot-starters:pom:2.1.2-RELEASE'
<dependency org="com.battcn.boot" name="extend-spring-boot-starters" rev="2.1.2-RELEASE">
<artifact name="extend-spring-boot-starters" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.battcn.boot', module='extend-spring-boot-starters', version='2.1.2-RELEASE')
)
libraryDependencies += "com.battcn.boot" % "extend-spring-boot-starters" % "2.1.2-RELEASE"
[com.battcn.boot/extend-spring-boot-starters "2.1.2-RELEASE"]