How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>at.favre.lib</groupId>
<artifactId>bcrypt-parent</artifactId>
<version>0.10.2</version>
</dependency>
Choose a version of at.favre.lib : bcrypt-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.10.x |
bcrypt-parent-0.10.2
|
||
bcrypt-parent-0.10.1
|
|||
0.9.x |
bcrypt-parent-0.9.0
|
||
0.8.x |
bcrypt-parent-0.8.0
|
||
0.7.x |
bcrypt-parent-0.7.0
|
||
0.6.x |
bcrypt-parent-0.6.0
|
||
0.5.x |
bcrypt-parent-0.5.0
|
||
0.4.x |
bcrypt-parent-0.4.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>at.favre.lib</groupId>
<artifactId>bcrypt-parent</artifactId>
<version>0.10.2</version>
</dependency>
Advertisement