We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you please publish the Maven Coordinates to be used for the following distinct cases?
Can you please disclose which version number range to use to get the JAXB release contained in:
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
@mkarg I am the original reporter.
<!-- API --> <dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> <version>${jaxb.version}</version> </dependency> <!-- Runtime --> <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-runtime</artifactId> <version>${jaxb.version}</version> </dependency>
Please see JAXB user guide for more details.
No branches or pull requests
Can you please publish the Maven Coordinates to be used for the following distinct cases?
Can you please disclose which version number range to use to get the JAXB release contained in:
The text was updated successfully, but these errors were encountered: