How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>es.us.isa.ppinot</groupId>
<artifactId>ppinot</artifactId>
<version>2.2</version>
</dependency>
Choose a version of es.us.isa.ppinot : ppinot to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.2 |
ppinot-2.2
|
||
2.1 |
ppinot-2.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>es.us.isa.ppinot</groupId>
<artifactId>ppinot</artifactId>
<version>2.2</version>
</dependency>
Advertisement