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