How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.marvelution</groupId>
<artifactId>marvelution</artifactId>
<version>23</version>
</dependency>
Choose a version of com.marvelution : marvelution to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
23 |
marvelution-23
|
||
22 |
marvelution-22
|
||
21 |
marvelution-21
|
||
20 |
marvelution-20
|
||
19 |
marvelution-19
|
||
18 |
marvelution-18
|
||
17 |
marvelution-17
|
||
16 |
marvelution-16
|
||
15 |
marvelution-15
|
||
14 |
marvelution-14
|
||
13 |
marvelution-13
|
||
12 |
marvelution-12
|
||
11 |
marvelution-11
|
||
10 |
marvelution-10
|
||
9 |
marvelution-9
|
||
8 |
marvelution-8
|
||
7 |
marvelution-7
|
||
6 |
marvelution-6
|
||
5 |
marvelution-5
|
||
4 |
marvelution-4
|
||
3 |
marvelution-3
|
||
2 |
marvelution-2
|
||
1.4 |
marvelution-1.4
|
||
1.3 |
marvelution-1.3
|
||
1.2 |
marvelution-1.2
|
||
1.1 |
marvelution-1.1
|
||
1.0 |
marvelution-1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.marvelution</groupId>
<artifactId>marvelution</artifactId>
<version>23</version>
</dependency>
Advertisement