<dependency>
<groupId>io.github.greycode</groupId>
<artifactId>shardingsphere-standalone-mode-repository</artifactId>
<version>5.3.3.1</version>
</dependency>
implementation group: 'io.github.greycode', name: 'shardingsphere-standalone-mode-repository', version: '5.3.3.1'
implementation 'io.github.greycode:shardingsphere-standalone-mode-repository:5.3.3.1'
implementation("io.github.greycode:shardingsphere-standalone-mode-repository:5.3.3.1")
libraryDependencies += "io.github.greycode" % "shardingsphere-standalone-mode-repository" % "5.3.3.1"
<dependency org="io.github.greycode" name="shardingsphere-standalone-mode-repository" rev="5.3.3.1"/>
@Grapes(
@Grab(group='io.github.greycode', module='shardingsphere-standalone-mode-repository', version='5.3.3.1')
)
[io.github.greycode/shardingsphere-standalone-mode-repository "5.3.3.1"]
'io.github.greycode:shardingsphere-standalone-mode-repository:jar:5.3.3.1'