<dependency>
<groupId>com.github.winyiwin</groupId>
<artifactId>matrix-spring-boot-starter-parent</artifactId>
<version>1.0.2.RELEASE</version>
</dependency>
implementation group: 'com.github.winyiwin', name: 'matrix-spring-boot-starter-parent', version: '1.0.2.RELEASE'
implementation 'com.github.winyiwin:matrix-spring-boot-starter-parent:1.0.2.RELEASE'
implementation("com.github.winyiwin:matrix-spring-boot-starter-parent:1.0.2.RELEASE")
libraryDependencies += "com.github.winyiwin" % "matrix-spring-boot-starter-parent" % "1.0.2.RELEASE"
<dependency org="com.github.winyiwin" name="matrix-spring-boot-starter-parent" rev="1.0.2.RELEASE"/>
@Grapes(
@Grab(group='com.github.winyiwin', module='matrix-spring-boot-starter-parent', version='1.0.2.RELEASE')
)
[com.github.winyiwin/matrix-spring-boot-starter-parent "1.0.2.RELEASE"]
'com.github.winyiwin:matrix-spring-boot-starter-parent:jar:1.0.2.RELEASE'