| License |
License |
|---|---|
| GroupId | GroupIdcom.yomahub |
| ArtifactId | ArtifactIdtlog-common |
| Last Version | Last Version1.4.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiona lightweight log tracking framework
|
| Filename | Size |
|---|---|
| tlog-common-1.4.3.pom | |
| tlog-common-1.4.3.jar | 9 KB |
| tlog-common-1.4.3-sources.jar | 5 KB |
| tlog-common-1.4.3-javadoc.jar | 63 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.yomahub/tlog-common/ -->
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>tlog-common</artifactId>
<version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.yomahub/tlog-common/
implementation 'com.yomahub:tlog-common:1.4.3'
// https://jarcasting.com/artifacts/com.yomahub/tlog-common/
implementation ("com.yomahub:tlog-common:1.4.3")
'com.yomahub:tlog-common:jar:1.4.3'
<dependency org="com.yomahub" name="tlog-common" rev="1.4.3">
<artifact name="tlog-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yomahub', module='tlog-common', version='1.4.3')
)
libraryDependencies += "com.yomahub" % "tlog-common" % "1.4.3"
[com.yomahub/tlog-common "1.4.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.apache.commons : commons-lang3 | jar | 3.4 |
| com.google.guava : guava | jar | 19.0 |
| cn.hutool : hutool-core | jar | 5.7.16 |
| com.alibaba : transmittable-thread-local | jar | 2.12.2 |
| org.springframework : spring-context Optional | jar | 5.0.9.RELEASE |