File | Operation |
---|---|
shardingsphere-cluster-mode-repository-5.4.1.pom | download |
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-cluster-mode-repository</artifactId>
<version>5.4.1</version>
<type>pom</type>
</dependency>
implementation 'org.apache.shardingsphere:shardingsphere-cluster-mode-repository:5.4.1'
implementation("org.apache.shardingsphere:shardingsphere-cluster-mode-repository:5.4.1")
libraryDependencies += "org.apache.shardingsphere" % "shardingsphere-cluster-mode-repository" % "5.4.1"
@Grapes(
@Grab(group='org.apache.shardingsphere', module='shardingsphere-cluster-mode-repository', version='5.4.1')
)
<dependency org="org.apache.shardingsphere" name="shardingsphere-cluster-mode-repository" rev="5.4.1" />
<parent> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-cluster-mode</artifactId> <version>5.4.1</version> </parent>