MVN

com.foursoft.jaxb.navext : navext-parent

Maven & Gradle

Mar 10, 2022
4 stars

A lib for enhanced navigation for JAXB models. It consists of two parts: An xjc-plugin (compile time) and a runtime component.

<dependency>
    <groupId>com.foursoft.jaxb.navext</groupId>
    <artifactId>navext-parent</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.foursoft.jaxb.navext : navext-parent to add to Maven - Latest Versions:

  • Latest Stable: 2.1.0

All Versions

Choose a version of com.foursoft.jaxb.navext : navext-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2.1.x
navext-parent-2.1.0
2.0.x
navext-parent-2.0.1
navext-parent-2.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.foursoft.jaxb.navext</groupId>
    <artifactId>navext-parent</artifactId>
    <version>2.1.0</version>
</dependency>