How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-integration-test</artifactId>
<version>4.0.0</version>
</dependency>
Choose a version of org.apache.shardingsphere : sharding-integration-test to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.0.x |
sharding-integration-test-4.0.0
|
||
sharding-integration-test-4.0.0-RC3
|
|||
sharding-integration-test-4.0.0-RC2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-integration-test</artifactId>
<version>4.0.0</version>
</dependency>
Advertisement