How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>hu.icellmobilsoft.jaxb</groupId>
<artifactId>openapi-jaxb</artifactId>
<version>2.0.0</version>
</dependency>
Choose a version of hu.icellmobilsoft.jaxb : openapi-jaxb to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
openapi-jaxb-2.0.0
|
||
1.1.x |
openapi-jaxb-1.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>hu.icellmobilsoft.jaxb</groupId>
<artifactId>openapi-jaxb</artifactId>
<version>2.0.0</version>
</dependency>
Advertisement