Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.dtflys.forest |
ArtifactId | ArtifactIdforest-spring-boot-starter |
Version | Version1.5.12 |
Type | Typejar |
<!-- 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.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.dtflys.forest/forest-spring-boot-starter/
implementation 'com.dtflys.forest:forest-spring-boot-starter:1.5.12'
// https://jarcasting.com/artifacts/com.dtflys.forest/forest-spring-boot-starter/
implementation ("com.dtflys.forest:forest-spring-boot-starter:1.5.12")
'com.dtflys.forest:forest-spring-boot-starter:jar:1.5.12'
<dependency org="com.dtflys.forest" name="forest-spring-boot-starter" rev="1.5.12">
<artifact name="forest-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dtflys.forest', module='forest-spring-boot-starter', version='1.5.12')
)
libraryDependencies += "com.dtflys.forest" % "forest-spring-boot-starter" % "1.5.12"
[com.dtflys.forest/forest-spring-boot-starter "1.5.12"]