is not current version
Last Version 3.0.1

cn.home1:log-config 3.0.0

Log config file in classpath, avoid copy and paste log config file across projects

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

cn.home1
ArtifactId

ArtifactId

log-config
Version

Version

3.0.0
Type

Type

pom

Download log-config 3.0.0

Filename Size
log-config-3.0.0.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/cn.home1/log-config/ -->
<dependency>
    <groupId>cn.home1</groupId>
    <artifactId>log-config</artifactId>
    <version>3.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.home1/log-config/
implementation 'cn.home1:log-config:3.0.0'
// https://jarcasting.com/artifacts/cn.home1/log-config/
implementation ("cn.home1:log-config:3.0.0")
'cn.home1:log-config:pom:3.0.0'
<dependency org="cn.home1" name="log-config" rev="3.0.0">
  <artifact name="log-config" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.home1', module='log-config', version='3.0.0')
)
libraryDependencies += "cn.home1" % "log-config" % "3.0.0"
[cn.home1/log-config "3.0.0"]