How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>ru.saidgadjiev.ormnext</groupId>
<artifactId>orm-next</artifactId>
<version>1.1</version>
</dependency>
Choose a version of ru.saidgadjiev.ormnext : orm-next to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1 |
orm-next-1.1
|
||
1.0 |
orm-next-1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>ru.saidgadjiev.ormnext</groupId>
<artifactId>orm-next</artifactId>
<version>1.1</version>
</dependency>
Advertisement