<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-infra-executor</artifactId>
<version>5.5.1</version>
</dependency>
libraryDependencies += "org.apache.shardingsphere" % "shardingsphere-infra-executor" % "5.5.1"
@Grapes(
@Grab(group='org.apache.shardingsphere', module='shardingsphere-infra-executor', version='5.5.1')
)
<dependency org="org.apache.shardingsphere" name="shardingsphere-infra-executor" rev="5.5.1" />
<parent> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-infra</artifactId> <version>5.5.1</version> </parent>
compile
|-- org.apache.shardingsphere:shardingsphere-infra-rewrite
|-- com.alibaba:transmittable-thread-local
test
|-- org.apache.shardingsphere:shardingsphere-test-util
|-- org.apache.shardingsphere:shardingsphere-test-fixture-database