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