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