s

shardingsphere-db-discovery

Files download
File Operation
shardingsphere-db-discovery-5.0.0.pom download
Apache Maven
<dependency>
  <groupId>org.apache.shardingsphere</groupId>
  <artifactId>shardingsphere-db-discovery</artifactId>
  <version>5.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.shardingsphere:shardingsphere-db-discovery:5.0.0'
Gradle Kotlin
implementation("org.apache.shardingsphere:shardingsphere-db-discovery:5.0.0")
Scala SBT
libraryDependencies += "org.apache.shardingsphere" % "shardingsphere-db-discovery" % "5.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.shardingsphere', module='shardingsphere-db-discovery', version='5.0.0')
)
Apache Ivy
<dependency org="org.apache.shardingsphere" name="shardingsphere-db-discovery" rev="5.0.0" />
Leiningen
[org.apache.shardingsphere/shardingsphere-db-discovery "5.0.0"]
Apache Buildr
'org.apache.shardingsphere:shardingsphere-db-discovery:jar:5.0.0'