| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаcom.github.yunwjr |
| Идентификатор | Идентификаторyun-spring-boot-parent |
| Версия | Версия0.0.2.RELEASE |
| Тип | Типpom |
| Описание |
ОписаниеYunSpringBoot Starter Parent
|
| Имя Файла | Размер |
|---|---|
| yun-spring-boot-parent-0.0.2.RELEASE.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.yunwjr/yun-spring-boot-parent/ -->
<dependency>
<groupId>com.github.yunwjr</groupId>
<artifactId>yun-spring-boot-parent</artifactId>
<version>0.0.2.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.yunwjr/yun-spring-boot-parent/
implementation 'com.github.yunwjr:yun-spring-boot-parent:0.0.2.RELEASE'
// https://jarcasting.com/artifacts/com.github.yunwjr/yun-spring-boot-parent/
implementation ("com.github.yunwjr:yun-spring-boot-parent:0.0.2.RELEASE")
'com.github.yunwjr:yun-spring-boot-parent:pom:0.0.2.RELEASE'
<dependency org="com.github.yunwjr" name="yun-spring-boot-parent" rev="0.0.2.RELEASE">
<artifact name="yun-spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.yunwjr', module='yun-spring-boot-parent', version='0.0.2.RELEASE')
)
libraryDependencies += "com.github.yunwjr" % "yun-spring-boot-parent" % "0.0.2.RELEASE"
[com.github.yunwjr/yun-spring-boot-parent "0.0.2.RELEASE"]