| License | License | 
|---|---|
| GroupId | GroupIdcn.t | 
| ArtifactId | ArtifactIdcommon-log-trace | 
| Version | Version1.0.1.RELEASE | 
| Type | Typejar | 
| Description | Descriptionlib-parent-pom | 
<!-- https://jarcasting.com/artifacts/cn.t/common-log-trace/ -->
<dependency>
    <groupId>cn.t</groupId>
    <artifactId>common-log-trace</artifactId>
    <version>1.0.1.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/cn.t/common-log-trace/
implementation 'cn.t:common-log-trace:1.0.1.RELEASE'// https://jarcasting.com/artifacts/cn.t/common-log-trace/
implementation ("cn.t:common-log-trace:1.0.1.RELEASE")'cn.t:common-log-trace:jar:1.0.1.RELEASE'<dependency org="cn.t" name="common-log-trace" rev="1.0.1.RELEASE">
  <artifact name="common-log-trace" type="jar" />
</dependency>@Grapes(
@Grab(group='cn.t', module='common-log-trace', version='1.0.1.RELEASE')
)libraryDependencies += "cn.t" % "common-log-trace" % "1.0.1.RELEASE"[cn.t/common-log-trace "1.0.1.RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| cn.t : common-util | jar | 1.0.9.RELEASE | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.2 |