How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.higgs</groupId>
<artifactId>http</artifactId>
<version>0.0.24</version>
</dependency>
Choose a version of io.higgs : http to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
http-0.0.24
|
||
http-0.0.23
|
|||
http-0.0.22
|
|||
http-0.0.21
|
|||
http-0.0.20
|
|||
http-0.0.19
|
|||
http-0.0.18
|
|||
http-0.0.17
|
|||
http-0.0.15
|
|||
http-0.0.14
|
|||
http-0.0.13
|
|||
http-0.0.12
|
|||
http-0.0.11
|
|||
http-0.0.10
|
|||
http-0.0.9
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.higgs</groupId>
<artifactId>http</artifactId>
<version>0.0.24</version>
</dependency>
Advertisement