How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.airlift</groupId>
<artifactId>library</artifactId>
<version>0.70</version>
</dependency>
Choose a version of io.airlift : library to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.70 |
library-0.70
|
||
0.69 |
library-0.69
|
||
0.68 |
library-0.68
|
||
0.67 |
library-0.67
|
||
0.66 |
library-0.66
|
||
0.65 |
library-0.65
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.airlift</groupId>
<artifactId>library</artifactId>
<version>0.70</version>
</dependency>
Advertisement