Runtime-agnostic aggregator for the RingBuffer implementations: bundles the Unsafe, Java 11 Unsafe and
MethodHandle builders and selects one at runtime (Unsafe when java.base/jdk.internal.misc is opened,
MethodHandle otherwise). Depend on this single artifact instead of a specific ringos-lib-*-impl module;
it also pulls the matching unsafe-operations implementation in transitively.