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