License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.yomahub |
ArtifactId | ArtifactIdtlog-spring-boot |
Version | Version1.3.6 |
Type | Typepom |
Description |
Descriptiona lightweight log tracking framework
|
Filename | Size |
---|---|
tlog-spring-boot-1.3.6.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yomahub/tlog-spring-boot/ -->
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>tlog-spring-boot</artifactId>
<version>1.3.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.yomahub/tlog-spring-boot/
implementation 'com.yomahub:tlog-spring-boot:1.3.6'
// https://jarcasting.com/artifacts/com.yomahub/tlog-spring-boot/
implementation ("com.yomahub:tlog-spring-boot:1.3.6")
'com.yomahub:tlog-spring-boot:pom:1.3.6'
<dependency org="com.yomahub" name="tlog-spring-boot" rev="1.3.6">
<artifact name="tlog-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.yomahub', module='tlog-spring-boot', version='1.3.6')
)
libraryDependencies += "com.yomahub" % "tlog-spring-boot" % "1.3.6"
[com.yomahub/tlog-spring-boot "1.3.6"]