How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.vizaizai</groupId>
<artifactId>easy-http-spring</artifactId>
<version>1.6.10</version>
</dependency>
Choose a version of com.github.vizaizai : easy-http-spring to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.6.x |
easy-http-spring-1.6.10
|
||
easy-http-spring-1.6.9
|
|||
easy-http-spring-1.6.8
|
|||
easy-http-spring-1.6.7
|
|||
easy-http-spring-1.6.6
|
|||
easy-http-spring-1.6.5
|
|||
easy-http-spring-1.6.4
|
|||
easy-http-spring-1.6.3
|
|||
easy-http-spring-1.6.2
|
|||
easy-http-spring-1.6.1
|
|||
easy-http-spring-1.6.0
|
|||
1.5.x |
easy-http-spring-1.5.9
|
||
easy-http-spring-1.5.8
|
|||
easy-http-spring-1.5.7
|
|||
easy-http-spring-1.5.6
|
|||
easy-http-spring-1.5.4
|
|||
easy-http-spring-1.5.3
|
|||
easy-http-spring-1.5.2
|
|||
easy-http-spring-1.5.1
|
|||
easy-http-spring-1.5.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.vizaizai</groupId>
<artifactId>easy-http-spring</artifactId>
<version>1.6.10</version>
</dependency>
Advertisement