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