f

forest-spring-boot-starter

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