f

forest-spring-boot-starter

Files download
File Operation
forest-spring-boot-starter-1.5.3.jar download
forest-spring-boot-starter-1.5.3.pom download
forest-spring-boot-starter-1.5.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.dtflys.forest</groupId>
  <artifactId>forest-spring-boot-starter</artifactId>
  <version>1.5.3</version>
</dependency>
Gradle Groovy
implementation 'com.dtflys.forest:forest-spring-boot-starter:1.5.3'
Gradle Kotlin
implementation("com.dtflys.forest:forest-spring-boot-starter:1.5.3")
Scala SBT
libraryDependencies += "com.dtflys.forest" % "forest-spring-boot-starter" % "1.5.3"
Groovy Grape
@Grapes(
  @Grab(group='com.dtflys.forest', module='forest-spring-boot-starter', version='1.5.3')
)
Apache Ivy
<dependency org="com.dtflys.forest" name="forest-spring-boot-starter" rev="1.5.3" />
Leiningen
[com.dtflys.forest/forest-spring-boot-starter "1.5.3"]
Apache Buildr
'com.dtflys.forest:forest-spring-boot-starter:jar:1.5.3'