How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.marvelution.skins</groupId>
<artifactId>marvelution-zen-brand</artifactId>
<version>2</version>
</dependency>
Choose a version of com.marvelution.skins : marvelution-zen-brand to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2 |
marvelution-zen-brand-2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.marvelution.skins</groupId>
<artifactId>marvelution-zen-brand</artifactId>
<version>2</version>
</dependency>
Advertisement