s

shardingsphere-db-discovery-core

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