How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-traffic</artifactId>
<version>5.4.0</version>
</dependency>
Choose a version of org.apache.shardingsphere : shardingsphere-traffic to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.4.x |
shardingsphere-traffic-5.4.0
|
||
5.3.x |
shardingsphere-traffic-5.3.2
|
||
shardingsphere-traffic-5.3.1
|
|||
shardingsphere-traffic-5.3.0
|
|||
5.2.x |
shardingsphere-traffic-5.2.1
|
||
shardingsphere-traffic-5.2.0
|
|||
5.1.x |
shardingsphere-traffic-5.1.2
|
||
shardingsphere-traffic-5.1.1
|
|||
shardingsphere-traffic-5.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-traffic</artifactId>
<version>5.4.0</version>
</dependency>
Advertisement