How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.ejlchina</groupId>
<artifactId>okhttps-parent</artifactId>
<version>3.5.3</version>
</dependency>
Choose a version of com.ejlchina : okhttps-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.5.x |
okhttps-parent-3.5.3
|
||
okhttps-parent-3.5.2
|
|||
okhttps-parent-3.5.1
|
|||
okhttps-parent-3.5.0
|
|||
3.4.x |
okhttps-parent-3.4.7
|
||
okhttps-parent-3.4.6
|
|||
okhttps-parent-3.4.5
|
|||
okhttps-parent-3.4.4
|
|||
okhttps-parent-3.4.3
|
|||
okhttps-parent-3.4.2
|
|||
okhttps-parent-3.4.1
|
|||
okhttps-parent-3.4.0
|
|||
3.3.x |
okhttps-parent-3.3.2
|
||
okhttps-parent-3.3.1
|
|||
okhttps-parent-3.3.0
|
|||
3.2.x |
okhttps-parent-3.2.0
|
||
3.1.x |
okhttps-parent-3.1.5
|
||
okhttps-parent-3.1.4
|
|||
okhttps-parent-3.1.3
|
|||
okhttps-parent-3.1.2
|
|||
okhttps-parent-3.1.1
|
|||
okhttps-parent-3.1.0
|
|||
3.0.x |
okhttps-parent-3.0.4
|
||
okhttps-parent-3.0.3
|
|||
okhttps-parent-3.0.2
|
|||
okhttps-parent-3.0.1
|
|||
okhttps-parent-3.0.0
|
|||
2.5.x |
okhttps-parent-2.5.1
|
||
okhttps-parent-2.5.0
|
|||
2.4.x |
okhttps-parent-2.4.5
|
||
okhttps-parent-2.4.4
|
|||
okhttps-parent-2.4.3
|
|||
okhttps-parent-2.4.2
|
|||
okhttps-parent-2.4.1
|
|||
okhttps-parent-2.4.0
|
|||
2.3.x |
okhttps-parent-2.3.0
|
||
2.2.x |
okhttps-parent-2.2.0
|
||
2.1.x |
okhttps-parent-2.1.0
|
||
2.0.x |
okhttps-parent-2.0.1
|
||
okhttps-parent-2.0.0
|
|||
okhttps-parent-2.0.0.RC
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.ejlchina</groupId>
<artifactId>okhttps-parent</artifactId>
<version>3.5.3</version>
</dependency>
Advertisement