How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.svndump-to-git</groupId>
<artifactId>parent-pom</artifactId>
<version>1.1</version>
</dependency>
Choose a version of io.github.svndump-to-git : parent-pom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1 |
parent-pom-1.1
|
||
1.0 |
parent-pom-1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.svndump-to-git</groupId>
<artifactId>parent-pom</artifactId>
<version>1.1</version>
</dependency>
Advertisement