How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.hamzabidi</groupId>
<artifactId>authorizer</artifactId>
<version>v1.0.4</version>
</dependency>
Choose a version of io.github.hamzabidi : authorizer to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
v1.0.x |
authorizer-v1.0.4
|
||
test |
authorizer-test
|
||
main |
authorizer-main
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.hamzabidi</groupId>
<artifactId>authorizer</artifactId>
<version>v1.0.4</version>
</dependency>
Advertisement