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