Registry / serialization / jaxb2-basics-runtime

jaxb2-basics-runtime

JSON →
library2.0.12javamavenunverified

An empty runtime jar used to override older versions of the jaxb2-basics-runtime artifact when both old and new coordinates are present in the same application.

<dependency> <groupId>org.jvnet.jaxb2_commons</groupId> <artifactId>jaxb2-basics-runtime</artifactId> <version>2.0.12</version> </dependency>
INSTALL
IMPORT
SIG · JAXB2-BASICS-RUNTI
J
jaxb2-basics-runtime
serializationjavav2.0.12
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RuntimeUtils
org.jvnet.jaxb2_commons.runtime.RuntimeUtils

Checks that the JAXB2 Basics Runtime class is available.

import org.jvnet.jaxb2_commons.runtime.RuntimeUtils; public class Main { public static void main(String[] args) { System.out.println("RuntimeUtils available: " + (RuntimeUtils.class != null)); } }
Debug
Known issues
gotchaThis artifact is an empty jar intended to resolve version conflicts; it does not contain actual runtime code.
fix
Ensure you have the correct jaxb2-basics-runtime artifact from the proper groupId (org.jvnet.jaxb) for actual functionality.
affects: all
Upgrade
Version history
2.0.12latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
jaxb2-basics-runtime — mvn dependency:get jaxb2-basics-runtime · libregistry