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