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