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