| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаtop.dcenter |
| Идентификатор | Идентификаторums-core-spring-boot-starter |
| Версия | Версия1.1.1-alpha |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/top.dcenter/ums-core-spring-boot-starter/ -->
<dependency>
<groupId>top.dcenter</groupId>
<artifactId>ums-core-spring-boot-starter</artifactId>
<version>1.1.1-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/top.dcenter/ums-core-spring-boot-starter/
implementation 'top.dcenter:ums-core-spring-boot-starter:1.1.1-alpha'
// https://jarcasting.com/artifacts/top.dcenter/ums-core-spring-boot-starter/
implementation ("top.dcenter:ums-core-spring-boot-starter:1.1.1-alpha")
'top.dcenter:ums-core-spring-boot-starter:jar:1.1.1-alpha'
<dependency org="top.dcenter" name="ums-core-spring-boot-starter" rev="1.1.1-alpha">
<artifact name="ums-core-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.dcenter', module='ums-core-spring-boot-starter', version='1.1.1-alpha')
)
libraryDependencies += "top.dcenter" % "ums-core-spring-boot-starter" % "1.1.1-alpha"
[top.dcenter/ums-core-spring-boot-starter "1.1.1-alpha"]