How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.alapierre.commons</groupId>
<artifactId>commons</artifactId>
<version>1.9</version>
</dependency>
Choose a version of io.alapierre.commons : commons to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.9 |
commons-1.9
|
||
1.8 |
commons-1.8
|
||
1.7 |
commons-1.7
|
||
1.6 |
commons-1.6
|
||
1.5 |
commons-1.5
|
||
1.4 |
commons-1.4
|
||
1.3 |
commons-1.3
|
||
1.2 |
commons-1.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.alapierre.commons</groupId>
<artifactId>commons</artifactId>
<version>1.9</version>
</dependency>
Advertisement