MVN

org.apache.shardingsphere : shardingsphere

Maven & Gradle

Jul 04, 2023
19.2k stars

Apache ShardingSphere · Build criterion and ecosystem above multi-model databases

<dependency>
    <groupId>org.apache.shardingsphere</groupId>
    <artifactId>shardingsphere</artifactId>
    <version>5.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.4.0
  • Latest Release Candidate: 4.0.0-RC3
  • Latest Beta: 5.0.0-beta
  • Latest Alpha: 5.0.0-alpha

All Versions

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

Version Vulnerabilities Updated
5.4.x
shardingsphere-5.4.0
5.3.x
shardingsphere-5.3.2
shardingsphere-5.3.1
shardingsphere-5.3.0
5.2.x
shardingsphere-5.2.1
CVE-2022-45347
shardingsphere-5.2.0
CVE-2022-45347
5.1.x
shardingsphere-5.1.2
CVE-2022-45347
shardingsphere-5.1.1
CVE-2022-45347
shardingsphere-5.1.0
CVE-2022-45347
5.0.x
shardingsphere-5.0.0
CVE-2022-45347
shardingsphere-5.0.0-beta
CVE-2022-45347
shardingsphere-5.0.0-alpha
CVE-2022-45347
4.1.x
shardingsphere-4.1.1
CVE-2022-45347
shardingsphere-4.1.0
CVE-2022-45347
4.0.x
shardingsphere-4.0.1
CVE-2022-45347
shardingsphere-4.0.0
2 vulnerabilities
shardingsphere-4.0.0-RC3
2 vulnerabilities
shardingsphere-4.0.0-RC2
2 vulnerabilities
shardingsphere-4.0.0-RC1
2 vulnerabilities

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.shardingsphere</groupId>
    <artifactId>shardingsphere</artifactId>
    <version>5.4.0</version>
</dependency>

Advertisement