<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-infra-executor</artifactId>
<version>5.2.0</version>
</dependency>
libraryDependencies += "org.apache.shardingsphere" % "shardingsphere-infra-executor" % "5.2.0"
@Grapes(
@Grab(group='org.apache.shardingsphere', module='shardingsphere-infra-executor', version='5.2.0')
)
<dependency org="org.apache.shardingsphere" name="shardingsphere-infra-executor" rev="5.2.0" />