文件名 | 操作 |
---|---|
shardingsphere-cluster-mode-repository-5.2.0.pom | 下载 |
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-cluster-mode-repository</artifactId>
<version>5.2.0</version>
<type>pom</type>
</dependency>
implementation 'org.apache.shardingsphere:shardingsphere-cluster-mode-repository:5.2.0'
implementation("org.apache.shardingsphere:shardingsphere-cluster-mode-repository:5.2.0")
libraryDependencies += "org.apache.shardingsphere" % "shardingsphere-cluster-mode-repository" % "5.2.0"
@Grapes(
@Grab(group='org.apache.shardingsphere', module='shardingsphere-cluster-mode-repository', version='5.2.0')
)
<dependency org="org.apache.shardingsphere" name="shardingsphere-cluster-mode-repository" rev="5.2.0" />