<dependency>
<groupId>io.github.xrfzh.cn</groupId>
<artifactId>xrfzh-spring-boot-starter-annotations</artifactId>
<version>2.7.10.8-RELEASE</version>
</dependency>
implementation group: 'io.github.xrfzh.cn', name: 'xrfzh-spring-boot-starter-annotations', version: '2.7.10.8-RELEASE'
implementation 'io.github.xrfzh.cn:xrfzh-spring-boot-starter-annotations:2.7.10.8-RELEASE'
implementation("io.github.xrfzh.cn:xrfzh-spring-boot-starter-annotations:2.7.10.8-RELEASE")
libraryDependencies += "io.github.xrfzh.cn" % "xrfzh-spring-boot-starter-annotations" % "2.7.10.8-RELEASE"
<dependency org="io.github.xrfzh.cn" name="xrfzh-spring-boot-starter-annotations" rev="2.7.10.8-RELEASE"/>
@Grapes(
@Grab(group='io.github.xrfzh.cn', module='xrfzh-spring-boot-starter-annotations', version='2.7.10.8-RELEASE')
)
[io.github.xrfzh.cn/xrfzh-spring-boot-starter-annotations "2.7.10.8-RELEASE"]
'io.github.xrfzh.cn:xrfzh-spring-boot-starter-annotations:jar:2.7.10.8-RELEASE'