s

shardingsphere-infra-data-source-pool

文件下载
文件名 操作
shardingsphere-infra-data-source-pool-5.5.1.pom 下载
Apache Maven
<dependency>
  <groupId>org.apache.shardingsphere</groupId>
  <artifactId>shardingsphere-infra-data-source-pool</artifactId>
  <version>5.5.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.shardingsphere:shardingsphere-infra-data-source-pool:5.5.1'
Gradle Kotlin
implementation("org.apache.shardingsphere:shardingsphere-infra-data-source-pool:5.5.1")
Scala SBT
libraryDependencies += "org.apache.shardingsphere" % "shardingsphere-infra-data-source-pool" % "5.5.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.shardingsphere', module='shardingsphere-infra-data-source-pool', version='5.5.1')
)
Apache Ivy
<dependency org="org.apache.shardingsphere" name="shardingsphere-infra-data-source-pool" rev="5.5.1" />
Leiningen
[org.apache.shardingsphere/shardingsphere-infra-data-source-pool "5.5.1"]
Apache Buildr
'org.apache.shardingsphere:shardingsphere-infra-data-source-pool:jar:5.5.1'