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