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