GroupId | GroupIdio.github.shuigedeng |
---|---|
ArtifactId | ArtifactIdtaotao-cloud-starter-shardingsphere |
Version | Version2021.9.1 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/io.github.shuigedeng/taotao-cloud-starter-shardingsphere/ -->
<dependency>
<groupId>io.github.shuigedeng</groupId>
<artifactId>taotao-cloud-starter-shardingsphere</artifactId>
<version>2021.9.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.shuigedeng/taotao-cloud-starter-shardingsphere/
implementation 'io.github.shuigedeng:taotao-cloud-starter-shardingsphere:2021.9.1'
// https://jarcasting.com/artifacts/io.github.shuigedeng/taotao-cloud-starter-shardingsphere/
implementation ("io.github.shuigedeng:taotao-cloud-starter-shardingsphere:2021.9.1")
'io.github.shuigedeng:taotao-cloud-starter-shardingsphere:pom:2021.9.1'
<dependency org="io.github.shuigedeng" name="taotao-cloud-starter-shardingsphere" rev="2021.9.1">
<artifact name="taotao-cloud-starter-shardingsphere" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.shuigedeng', module='taotao-cloud-starter-shardingsphere', version='2021.9.1')
)
libraryDependencies += "io.github.shuigedeng" % "taotao-cloud-starter-shardingsphere" % "2021.9.1"
[io.github.shuigedeng/taotao-cloud-starter-shardingsphere "2021.9.1"]