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