s

shardingsphere

Build criterion and ecosystem above multi-model databases
http://shardingsphere.apache.org
Apache License 2.0
Files download
File Operation
shardingsphere-5.3.2.pom download
Apache Maven
<dependency>
  <groupId>org.apache.shardingsphere</groupId>
  <artifactId>shardingsphere</artifactId>
  <version>5.3.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.shardingsphere:shardingsphere:5.3.2'
Gradle Kotlin
implementation("org.apache.shardingsphere:shardingsphere:5.3.2")
Scala SBT
libraryDependencies += "org.apache.shardingsphere" % "shardingsphere" % "5.3.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.shardingsphere', module='shardingsphere', version='5.3.2')
)
Apache Ivy
<dependency org="org.apache.shardingsphere" name="shardingsphere" rev="5.3.2" />
Leiningen
[org.apache.shardingsphere/shardingsphere "5.3.2"]
Apache Buildr
'org.apache.shardingsphere:shardingsphere:jar:5.3.2'