<dependency> <groupId>com.yomahub</groupId> <artifactId>tlog-spring-boot</artifactId> <version>1.3.4</version> <type>pom</type> </dependency>
implementation 'com.yomahub:tlog-spring-boot:1.3.4'
implementation("com.yomahub:tlog-spring-boot:1.3.4")
libraryDependencies += "com.yomahub" % "tlog-spring-boot" % "1.3.4"
@Grapes( @Grab(group='com.yomahub', module='tlog-spring-boot', version='1.3.4') )
<dependency org="com.yomahub" name="tlog-spring-boot" rev="1.3.4" />
[com.yomahub/tlog-spring-boot "1.3.4"]
'com.yomahub:tlog-spring-boot:jar:1.3.4'
<parent> <groupId>com.yomahub</groupId> <artifactId>tlog</artifactId> <version>1.3.4</version> </parent>