<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-readwrite-splitting-spring</artifactId>
<version>5.2.1</version>
</dependency>
implementation group: 'org.apache.shardingsphere', name: 'shardingsphere-readwrite-splitting-spring', version: '5.2.1'
implementation 'org.apache.shardingsphere:shardingsphere-readwrite-splitting-spring:5.2.1'
implementation("org.apache.shardingsphere:shardingsphere-readwrite-splitting-spring:5.2.1")
libraryDependencies += "org.apache.shardingsphere" % "shardingsphere-readwrite-splitting-spring" % "5.2.1"
<dependency org="org.apache.shardingsphere" name="shardingsphere-readwrite-splitting-spring" rev="5.2.1"/>
@Grapes(
@Grab(group='org.apache.shardingsphere', module='shardingsphere-readwrite-splitting-spring', version='5.2.1')
)
[org.apache.shardingsphere/shardingsphere-readwrite-splitting-spring "5.2.1"]
'org.apache.shardingsphere:shardingsphere-readwrite-splitting-spring:jar:5.2.1'