f

forest-spring-boot3-starter

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