Skip to main content

Managing library bundles

Library bundles make approved Java libraries and their methods available for reuse in Studio.

Create a bundle

  1. Open Settings > Organization > Library Bundles.
  2. Select Create Library Bundle.
  3. Enter the Library Name and Version.
  4. Upload the library JAR.
  5. Add required dependencies.
  6. Save the bundle, then inspect its classes and methods.

Supply-chain controls

  • Upload artifacts only from an approved build or repository.
  • Use immutable versions; do not replace a released binary silently.
  • Record source, build provenance, license, and vulnerability-scan results.
  • Minimize transitive dependencies and resolve version conflicts before release.
  • Test dependent workflows before deleting or superseding a bundle.
warning

Library bundles execute within integration workloads. Review every JAR and dependency as production software.