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