Dependency Information

Apache Maven

<dependency>
  <groupId>org.apache.shardingsphere</groupId>
  <artifactId>shardingsphere-infra-util</artifactId>
  <version>5.5.1-SNAPSHOT</version>
</dependency>

Apache Ivy

<dependency org="org.apache.shardingsphere" name="shardingsphere-infra-util" rev="5.5.1-SNAPSHOT">
  <artifact name="shardingsphere-infra-util" type="jar" />
</dependency>

Groovy Grape

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

Gradle/Grails

implementation 'org.apache.shardingsphere:shardingsphere-infra-util:5.5.1-SNAPSHOT'

Scala SBT

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

Leiningen

[org.apache.shardingsphere/shardingsphere-infra-util "5.5.1-SNAPSHOT"]