<dependency>
<groupId>io.github.redick01</groupId>
<artifactId>log-helper-spring-boot-starter-apachedubbo</artifactId>
<version>1.0.5-RELEASE</version>
</dependency>
implementation 'io.github.redick01:log-helper-spring-boot-starter-apachedubbo:1.0.5-RELEASE'
implementation("io.github.redick01:log-helper-spring-boot-starter-apachedubbo:1.0.5-RELEASE")
libraryDependencies += "io.github.redick01" % "log-helper-spring-boot-starter-apachedubbo" % "1.0.5-RELEASE"
@Grapes(
@Grab(group='io.github.redick01', module='log-helper-spring-boot-starter-apachedubbo', version='1.0.5-RELEASE')
)
<dependency org="io.github.redick01" name="log-helper-spring-boot-starter-apachedubbo" rev="1.0.5-RELEASE" />