GroupId | GroupIdcom.yomahub |
---|---|
ArtifactId | ArtifactIdtlog |
Version | Version1.1.1 |
Type | Typepom |
Filename | Size |
---|---|
tlog-1.1.1.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yomahub/tlog/ -->
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>tlog</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.yomahub/tlog/
implementation 'com.yomahub:tlog:1.1.1'
// https://jarcasting.com/artifacts/com.yomahub/tlog/
implementation ("com.yomahub:tlog:1.1.1")
'com.yomahub:tlog:pom:1.1.1'
<dependency org="com.yomahub" name="tlog" rev="1.1.1">
<artifact name="tlog" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.yomahub', module='tlog', version='1.1.1')
)
libraryDependencies += "com.yomahub" % "tlog" % "1.1.1"
[com.yomahub/tlog "1.1.1"]