Dependency Information
Apache Maven
<dependency> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-infra</artifactId> <version>5.5.3-SNAPSHOT</version> <type>pom</type> </dependency>
Apache Ivy
<dependency org="org.apache.shardingsphere" name="shardingsphere-infra" rev="5.5.3-SNAPSHOT"> <artifact name="shardingsphere-infra" type="pom" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='org.apache.shardingsphere', module='shardingsphere-infra', version='5.5.3-SNAPSHOT') )
Gradle/Grails
implementation 'org.apache.shardingsphere:shardingsphere-infra:5.5.3-SNAPSHOT'
Scala SBT
libraryDependencies += "org.apache.shardingsphere" % "shardingsphere-infra" % "5.5.3-SNAPSHOT"
Leiningen
[org.apache.shardingsphere/shardingsphere-infra "5.5.3-SNAPSHOT"]
