How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.shootmoon</groupId>
<artifactId>xmlconfigmapper</artifactId>
<version>0.2.1</version>
</dependency>
Choose a version of com.github.shootmoon : xmlconfigmapper to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.2.x |
xmlconfigmapper-0.2.1
|
||
xmlconfigmapper-0.2.0
|
|||
0.1.x |
xmlconfigmapper-0.1.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.shootmoon</groupId>
<artifactId>xmlconfigmapper</artifactId>
<version>0.2.1</version>
</dependency>
Advertisement