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