How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.adeptnet</groupId>
<artifactId>auth</artifactId>
<version>1.0.4</version>
</dependency>
Choose a version of org.adeptnet : auth to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
auth-1.0.4
|
||
auth-1.0.3
|
|||
auth-1.0.2
|
|||
auth-1.0.1
|
|||
auth |
auth-auth-sso
|
||
auth-auth-saml
|
|||
auth-auth-kerberos
|
|||
auth-auth-common
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.adeptnet</groupId>
<artifactId>auth</artifactId>
<version>1.0.4</version>
</dependency>
Advertisement