文件下载
文件名 操作
forest-solon-plugin-1.5.36.jar 下载
forest-solon-plugin-1.5.36.pom 下载
forest-solon-plugin-1.5.36-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.dtflys.forest</groupId>
  <artifactId>forest-solon-plugin</artifactId>
  <version>1.5.36</version>
</dependency>
Gradle Groovy
implementation 'com.dtflys.forest:forest-solon-plugin:1.5.36'
Gradle Kotlin
implementation("com.dtflys.forest:forest-solon-plugin:1.5.36")
Scala SBT
libraryDependencies += "com.dtflys.forest" % "forest-solon-plugin" % "1.5.36"
Groovy Grape
@Grapes(
  @Grab(group='com.dtflys.forest', module='forest-solon-plugin', version='1.5.36')
)
Apache Ivy
<dependency org="com.dtflys.forest" name="forest-solon-plugin" rev="1.5.36" />
Leiningen
[com.dtflys.forest/forest-solon-plugin "1.5.36"]
Apache Buildr
'com.dtflys.forest:forest-solon-plugin:jar:1.5.36'