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