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