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>
Choose a version of org.apache.shardingsphere : shardingsphere to add to Maven - Latest 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 |
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere</artifactId>
<version>5.4.0</version>
</dependency>
Advertisement