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