s

shardingsphere-sharding

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