Dependency Information

Apache Maven

<dependency>
  <groupId>org.apache.shardingsphere</groupId>
  <artifactId>shardingsphere-infra</artifactId>
  <version>5.4.2-SNAPSHOT</version>
  <type>pom</type>
</dependency>

Apache Ivy

<dependency org="org.apache.shardingsphere" name="shardingsphere-infra" rev="5.4.2-SNAPSHOT">
  <artifact name="shardingsphere-infra" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.apache.shardingsphere', module='shardingsphere-infra', version='5.4.2-SNAPSHOT')
)

Gradle/Grails

implementation 'org.apache.shardingsphere:shardingsphere-infra:5.4.2-SNAPSHOT'

Scala SBT

libraryDependencies += "org.apache.shardingsphere" % "shardingsphere-infra" % "5.4.2-SNAPSHOT"

Leiningen

[org.apache.shardingsphere/shardingsphere-infra "5.4.2-SNAPSHOT"]