l

log-config

Log config file in classpath, avoid copy and paste log config file across projects
文件下载
文件名 操作
log-config-3.0.1.pom 下载
Apache Maven
<dependency>
  <groupId>cn.home1</groupId>
  <artifactId>log-config</artifactId>
  <version>3.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'cn.home1:log-config:3.0.1'
Gradle Kotlin
implementation("cn.home1:log-config:3.0.1")
Scala SBT
libraryDependencies += "cn.home1" % "log-config" % "3.0.1"
Groovy Grape
@Grapes(
  @Grab(group='cn.home1', module='log-config', version='3.0.1')
)
Apache Ivy
<dependency org="cn.home1" name="log-config" rev="3.0.1" />
Leiningen
[cn.home1/log-config "3.0.1"]
Apache Buildr
'cn.home1:log-config:jar:3.0.1'