How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.project-openubl</groupId>
<artifactId>xml-builder</artifactId>
<version>1.2.0.RC1</version>
</dependency>
Choose a version of io.github.project-openubl : xml-builder to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
xml-builder-1.2.0.RC1
|
||
1.1.x |
xml-builder-1.1.0.RC1
|
||
xml-builder-1.1.0.Beta2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.project-openubl</groupId>
<artifactId>xml-builder</artifactId>
<version>1.2.0.RC1</version>
</dependency>
Advertisement