Release **`rdp_jvm_sys`** per OS/CPU as attachments alongside **`rust-data-processing-jvm`**.
Maven attaches **`${os}-${arch}`** classifier JARs containing **`META-INF/native/`** copies of **`dll`/`so`/`dylib`** (pattern used by **sqlite-jdbc**, **netty-tcnative**, etc.). Gradle **`maven-publish`** mirrors the same.
Windows builds linked against **dynamic** MSVC runtime require **VC++ Redistributable** on target hosts — document min version in release notes once **`rdp_jvm_sys`** ships MSVC-linked binaries.
**`.github/workflows/jvm_bindings_ci.yml`** builds **Linux / Windows / macOS** runners and publishes artifacts for downstream classifier packaging (**future**: attach to Maven staging).