<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-infra-data-source-pool</artifactId>
<version>5.4.1</version>
</dependency>
implementation group: 'org.apache.shardingsphere', name: 'shardingsphere-infra-data-source-pool', version: '5.4.1'
implementation 'org.apache.shardingsphere:shardingsphere-infra-data-source-pool:5.4.1'
implementation("org.apache.shardingsphere:shardingsphere-infra-data-source-pool:5.4.1")
libraryDependencies += "org.apache.shardingsphere" % "shardingsphere-infra-data-source-pool" % "5.4.1"
<dependency org="org.apache.shardingsphere" name="shardingsphere-infra-data-source-pool" rev="5.4.1"/>
@Grapes(
@Grab(group='org.apache.shardingsphere', module='shardingsphere-infra-data-source-pool', version='5.4.1')
)
[org.apache.shardingsphere/shardingsphere-infra-data-source-pool "5.4.1"]
'org.apache.shardingsphere:shardingsphere-infra-data-source-pool:jar:5.4.1'