s

shardingsphere-readwrite-splitting-core

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