<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-sql-federation-executor</artifactId>
<version>5.3.2</version>
</dependency>
implementation group: 'org.apache.shardingsphere', name: 'shardingsphere-sql-federation-executor', version: '5.3.2'
implementation 'org.apache.shardingsphere:shardingsphere-sql-federation-executor:5.3.2'
implementation("org.apache.shardingsphere:shardingsphere-sql-federation-executor:5.3.2")
libraryDependencies += "org.apache.shardingsphere" % "shardingsphere-sql-federation-executor" % "5.3.2"
<dependency org="org.apache.shardingsphere" name="shardingsphere-sql-federation-executor" rev="5.3.2"/>
@Grapes(
@Grab(group='org.apache.shardingsphere', module='shardingsphere-sql-federation-executor', version='5.3.2')
)
[org.apache.shardingsphere/shardingsphere-sql-federation-executor "5.3.2"]
'org.apache.shardingsphere:shardingsphere-sql-federation-executor:jar:5.3.2'