| License | License | 
|---|---|
| Categories | CategoriesLogback Application Layer Libs Logging | 
| GroupId | GroupIdcn.t | 
| ArtifactId | ArtifactIdcommon-logback-trace | 
| Version | Version1.0.6.RELEASE | 
| Type | Typejar | 
| Description | Descriptionlib-parent-pom | 
<!-- https://jarcasting.com/artifacts/cn.t/common-logback-trace/ -->
<dependency>
    <groupId>cn.t</groupId>
    <artifactId>common-logback-trace</artifactId>
    <version>1.0.6.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/cn.t/common-logback-trace/
implementation 'cn.t:common-logback-trace:1.0.6.RELEASE'// https://jarcasting.com/artifacts/cn.t/common-logback-trace/
implementation ("cn.t:common-logback-trace:1.0.6.RELEASE")'cn.t:common-logback-trace:jar:1.0.6.RELEASE'<dependency org="cn.t" name="common-logback-trace" rev="1.0.6.RELEASE">
  <artifact name="common-logback-trace" type="jar" />
</dependency>@Grapes(
@Grab(group='cn.t', module='common-logback-trace', version='1.0.6.RELEASE')
)libraryDependencies += "cn.t" % "common-logback-trace" % "1.0.6.RELEASE"[cn.t/common-logback-trace "1.0.6.RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| cn.t : common-log-trace | jar | 1.0.6.RELEASE | 
| cn.t : common-util | jar | 1.0.16.RELEASE | 
| ch.qos.logback : logback-classic | jar | |
| com.fasterxml.jackson.core : jackson-databind | jar |