<dependency> <groupId>com.yomahub</groupId> <artifactId>tlog</artifactId> <version>1.5.2</version> <type>pom</type> </dependency>
implementation 'com.yomahub:tlog:1.5.2'
implementation("com.yomahub:tlog:1.5.2")
libraryDependencies += "com.yomahub" % "tlog" % "1.5.2"
@Grapes( @Grab(group='com.yomahub', module='tlog', version='1.5.2') )
<dependency org="com.yomahub" name="tlog" rev="1.5.2" />
[com.yomahub/tlog "1.5.2"]
'com.yomahub:tlog:jar:1.5.2'
test
|-- junit:junit:4.13.2
|-- org.junit.jupiter:junit-jupiter
|-- com.github.javatlacati:contiperf:2.4.3
|-- org.testng:testng:7.7.1