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