How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.udaan.r2dbi</groupId>
<artifactId>r2dbi</artifactId>
<version>1.0.0.ALPHA</version>
</dependency>
Choose a version of com.udaan.r2dbi : r2dbi to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
r2dbi-1.0.0.ALPHA
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.udaan.r2dbi</groupId>
<artifactId>r2dbi</artifactId>
<version>1.0.0.ALPHA</version>
</dependency>
Advertisement