MVN

org.apache.shardingsphere : shardingsphere-sql-federation-executor

Maven & Gradle

Mar 26, 2023
18.5k stars

shardingsphere-sql-federation-executor

<dependency>
    <groupId>org.apache.shardingsphere</groupId>
    <artifactId>shardingsphere-sql-federation-executor</artifactId>
    <version>5.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.shardingsphere : shardingsphere-sql-federation-executor to add to Maven - Latest Versions:

  • Latest Stable: 5.3.2

All Versions

Choose a version of org.apache.shardingsphere : shardingsphere-sql-federation-executor to add to Maven - All Versions:

Version Vulnerabilities Updated
5.3.x
shardingsphere-sql-federation-executor-5.3.2
shardingsphere-sql-federation-executor-5.3.1
shardingsphere-sql-federation-executor-5.3.0
5.2.x
shardingsphere-sql-federation-executor-5.2.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.shardingsphere</groupId>
    <artifactId>shardingsphere-sql-federation-executor</artifactId>
    <version>5.3.2</version>
</dependency>

Advertisement