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