f

forest-spring-boot3-starter

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