How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.marvelution</groupId>
<artifactId>marvelution-site</artifactId>
<version>1.9</version>
</dependency>
Choose a version of com.marvelution : marvelution-site to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.9 |
marvelution-site-1.9
|
||
1.8 |
marvelution-site-1.8
|
||
1.7 |
marvelution-site-1.7
|
||
1.6 |
marvelution-site-1.6
|
||
1.5 |
marvelution-site-1.5
|
||
1.4 |
marvelution-site-1.4
|
||
1.3 |
marvelution-site-1.3
|
||
1.2 |
marvelution-site-1.2
|
||
1.1 |
marvelution-site-1.1
|
||
1.0 |
marvelution-site-1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.marvelution</groupId>
<artifactId>marvelution-site</artifactId>
<version>1.9</version>
</dependency>
Advertisement