How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.jibx.config</groupId>
<artifactId>xbis-jibx-mvn</artifactId>
<version>1.2.3</version>
</dependency>
Choose a version of org.jibx.config : xbis-jibx-mvn to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
xbis-jibx-mvn-1.2.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.jibx.config</groupId>
<artifactId>xbis-jibx-mvn</artifactId>
<version>1.2.3</version>
</dependency>
Advertisement