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