How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.ifengxue</groupId>
<artifactId>http-client-module</artifactId>
<version>1.6.2</version>
</dependency>
Choose a version of com.ifengxue : http-client-module to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.6.x |
http-client-module-1.6.2
|
||
http-client-module-1.6.1
|
|||
http-client-module-1.6.0
|
|||
1.5.x |
http-client-module-1.5.5
|
||
http-client-module-1.5.4
|
|||
http-client-module-1.5.3
|
|||
http-client-module-1.5.2
|
|||
http-client-module-1.5.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.ifengxue</groupId>
<artifactId>http-client-module</artifactId>
<version>1.6.2</version>
</dependency>
Advertisement