How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.alapierre.crypto</groupId>
<artifactId>crypto-util</artifactId>
<version>1.13</version>
</dependency>
Choose a version of io.alapierre.crypto : crypto-util to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.13 |
crypto-util-1.13
|
||
1.12 |
crypto-util-1.12
|
||
1.11 |
crypto-util-1.11
|
||
1.10 |
crypto-util-1.10
|
||
1.9 |
crypto-util-1.9
|
||
1.7 |
crypto-util-1.7
|
||
1.6 |
crypto-util-1.6
|
||
1.5 |
crypto-util-1.5
|
||
1.1 |
crypto-util-1.1
|
||
1.0 |
crypto-util-1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.alapierre.crypto</groupId>
<artifactId>crypto-util</artifactId>
<version>1.13</version>
</dependency>
Advertisement