How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.aizuda</groupId>
<artifactId>easy-retry-client</artifactId>
<version>2.4.0</version>
</dependency>
Choose a version of com.aizuda : easy-retry-client to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.4.x |
easy-retry-client-2.4.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.aizuda</groupId>
<artifactId>easy-retry-client</artifactId>
<version>2.4.0</version>
</dependency>
Advertisement