| Категории |
КатегорииLogback Библиотеки уровня приложения Logging |
|---|---|
| Группа | Группаcn.t |
| Идентификатор | Идентификаторcommon-logback-trace |
| Версия | Версия1.0.5.RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/cn.t/common-logback-trace/ -->
<dependency>
<groupId>cn.t</groupId>
<artifactId>common-logback-trace</artifactId>
<version>1.0.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.t/common-logback-trace/
implementation 'cn.t:common-logback-trace:1.0.5.RELEASE'
// https://jarcasting.com/artifacts/cn.t/common-logback-trace/
implementation ("cn.t:common-logback-trace:1.0.5.RELEASE")
'cn.t:common-logback-trace:jar:1.0.5.RELEASE'
<dependency org="cn.t" name="common-logback-trace" rev="1.0.5.RELEASE">
<artifact name="common-logback-trace" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.t', module='common-logback-trace', version='1.0.5.RELEASE')
)
libraryDependencies += "cn.t" % "common-logback-trace" % "1.0.5.RELEASE"
[cn.t/common-logback-trace "1.0.5.RELEASE"]