How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.jrebirth</groupId>
<artifactId>ria</artifactId>
<version>3.0.1</version>
</dependency>
Choose a version of org.jrebirth : ria to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
ria-3.0.1
|
||
ria-3.0.0
|
|||
2.0.x |
ria-2.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.jrebirth</groupId>
<artifactId>ria</artifactId>
<version>3.0.1</version>
</dependency>
Advertisement