<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-infra-executor</artifactId>
<version>5.0.0-beta</version>
</dependency>
libraryDependencies += "org.apache.shardingsphere" % "shardingsphere-infra-executor" % "5.0.0-beta"
@Grapes(
@Grab(group='org.apache.shardingsphere', module='shardingsphere-infra-executor', version='5.0.0-beta')
)
<dependency org="org.apache.shardingsphere" name="shardingsphere-infra-executor" rev="5.0.0-beta" />
<parent> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-infra</artifactId> <version>5.0.0-beta</version> </parent>
compile
|-- org.apache.shardingsphere:shardingsphere-infra-common
|-- org.apache.shardingsphere:shardingsphere-infra-rewrite