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