How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>es.gob.afirma</groupId>
<artifactId>afirma-client</artifactId>
<version>1.8.2</version>
</dependency>
Choose a version of es.gob.afirma : afirma-client to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.8.x |
afirma-client-1.8.2
|
||
1.7.x |
afirma-client-1.7.2
|
||
1.6.x |
afirma-client-1.6.5
|
||
afirma-client-1.6.2
|
|||
1.6 |
afirma-client-1.6
|
POM as dependency in dependencyManagement
<dependency>
<groupId>es.gob.afirma</groupId>
<artifactId>afirma-client</artifactId>
<version>1.8.2</version>
</dependency>
Advertisement