How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>za.co.absa</groupId>
<artifactId>root-pom</artifactId>
<version>1.0.11</version>
</dependency>
Choose a version of za.co.absa : root-pom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
root-pom-1.0.11
|
||
root-pom-1.0.10
|
|||
root-pom-1.0.9
|
|||
root-pom-1.0.8
|
|||
root-pom-1.0.7
|
|||
root-pom-1.0.6
|
|||
root-pom-1.0.5
|
|||
root-pom-1.0.4
|
|||
root-pom-1.0.3
|
|||
root-pom-1.0.2
|
|||
root-pom-1.0.1
|
|||
root-pom-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>za.co.absa</groupId>
<artifactId>root-pom</artifactId>
<version>1.0.11</version>
</dependency>
Advertisement