How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.hazendaz.gpg4win</groupId>
<artifactId>gpg4win</artifactId>
<version>4.1.0</version>
</dependency>
Choose a version of com.github.hazendaz.gpg4win : gpg4win to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.1.x |
gpg4win-4.1.0
|
||
4.0.x |
gpg4win-4.0.3
|
||
gpg4win-4.0.0
|
|||
3.1.x |
gpg4win-3.1.15
|
||
gpg4win-3.1.14
|
|||
gpg4win-3.1.13
|
|||
gpg4win-3.1.12
|
|||
gpg4win-3.1.11
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.hazendaz.gpg4win</groupId>
<artifactId>gpg4win</artifactId>
<version>4.1.0</version>
</dependency>
Advertisement