How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>ru.saidgadjiev</groupId>
<artifactId>ormnext</artifactId>
<version>proxy-maker</version>
</dependency>
Choose a version of ru.saidgadjiev : ormnext to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.17 |
ormnext-1.17
|
||
1.16 |
ormnext-1.16
|
||
1.15 |
ormnext-1.15
|
||
1.14 |
ormnext-1.14
|
||
1.13 |
ormnext-1.13
|
||
1.12 |
ormnext-1.12
|
||
1.11 |
ormnext-1.11
|
||
1.10 |
ormnext-1.10
|
||
1.9 |
ormnext-1.9
|
||
1.8 |
ormnext-1.8
|
||
1.7 |
ormnext-1.7
|
||
1.6 |
ormnext-1.6
|
||
1.5 |
ormnext-1.5
|
||
1.4 |
ormnext-1.4
|
||
1.3 |
ormnext-1.3
|
||
1.2 |
ormnext-1.2
|
||
proxy |
ormnext-proxy-maker
|
||
ormnext |
ormnext-ormnext-core
|
||
ormnext-ormnext-support
|
|||
ormnext-ormnext-cache
|
|||
logger |
ormnext-logger
|
||
orm |
ormnext-orm-next-core
|
||
ormnext-orm-next
|
POM as dependency in dependencyManagement
<dependency>
<groupId>ru.saidgadjiev</groupId>
<artifactId>ormnext</artifactId>
<version>proxy-maker</version>
</dependency>
Advertisement