l

logger-spring-boot-autoconfigure

The Apache License, Version 2.0
文件下载
文件名 操作
logger-spring-boot-autoconfigure-1.0.0.jar 下载
logger-spring-boot-autoconfigure-1.0.0.pom 下载
logger-spring-boot-autoconfigure-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.wudgaby.platform</groupId>
  <artifactId>logger-spring-boot-autoconfigure</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.wudgaby.platform:logger-spring-boot-autoconfigure:1.0.0'
Gradle Kotlin
implementation("com.wudgaby.platform:logger-spring-boot-autoconfigure:1.0.0")
Scala SBT
libraryDependencies += "com.wudgaby.platform" % "logger-spring-boot-autoconfigure" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.wudgaby.platform', module='logger-spring-boot-autoconfigure', version='1.0.0')
)
Apache Ivy
<dependency org="com.wudgaby.platform" name="logger-spring-boot-autoconfigure" rev="1.0.0" />
Leiningen
[com.wudgaby.platform/logger-spring-boot-autoconfigure "1.0.0"]
Apache Buildr
'com.wudgaby.platform:logger-spring-boot-autoconfigure:jar:1.0.0'