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