<dependency> <groupId>com.yomahub</groupId> <artifactId>tlog-gateway</artifactId> <version>1.3.3</version> </dependency>
implementation 'com.yomahub:tlog-gateway:1.3.3'
implementation("com.yomahub:tlog-gateway:1.3.3")
libraryDependencies += "com.yomahub" % "tlog-gateway" % "1.3.3"
@Grapes( @Grab(group='com.yomahub', module='tlog-gateway', version='1.3.3') )
<dependency org="com.yomahub" name="tlog-gateway" rev="1.3.3" />
[com.yomahub/tlog-gateway "1.3.3"]
'com.yomahub:tlog-gateway:jar:1.3.3'
<parent> <groupId>com.yomahub</groupId> <artifactId>tlog</artifactId> <version>1.3.3</version> </parent>
compile
|-- com.yomahub:tlog-webflux
|-- org.springframework.cloud:spring-cloud-starter-gateway