is not current version
Last Version 3.0.1

cn.home1:logback-test-config 3.0.0

Logback config for tests

Categories

Categories

config Application Layer Libs Configuration Logback Logging
GroupId

GroupId

cn.home1
ArtifactId

ArtifactId

logback-test-config
Version

Version

3.0.0
Type

Type

jar

Download logback-test-config 3.0.0


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