| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаtop.wboost |
| Идентификатор | Идентификаторcommon-spring-boot-starter |
| Версия | Версия3.1.1RELEASE |
| Тип | Типpom |
| Описание |
Описаниеcommon-spring-boot-starter
project auto plugins
|
| Имя Файла | Размер |
|---|---|
| common-spring-boot-starter-3.1.1RELEASE.pom | 859 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/top.wboost/common-spring-boot-starter/ -->
<dependency>
<groupId>top.wboost</groupId>
<artifactId>common-spring-boot-starter</artifactId>
<version>3.1.1RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/top.wboost/common-spring-boot-starter/
implementation 'top.wboost:common-spring-boot-starter:3.1.1RELEASE'
// https://jarcasting.com/artifacts/top.wboost/common-spring-boot-starter/
implementation ("top.wboost:common-spring-boot-starter:3.1.1RELEASE")
'top.wboost:common-spring-boot-starter:pom:3.1.1RELEASE'
<dependency org="top.wboost" name="common-spring-boot-starter" rev="3.1.1RELEASE">
<artifact name="common-spring-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='top.wboost', module='common-spring-boot-starter', version='3.1.1RELEASE')
)
libraryDependencies += "top.wboost" % "common-spring-boot-starter" % "3.1.1RELEASE"
[top.wboost/common-spring-boot-starter "3.1.1RELEASE"]